add option to keep multi-part episodes together when shuffling (#188)

* add setting to keep multi-part episodes together

* keep multi-part episodes together when shuffling
This commit is contained in:
Jason Dove
2021-05-18 08:23:08 -05:00
committed by GitHub
parent 9112cb3c1f
commit 47e9a319ce
23 changed files with 2754 additions and 111 deletions
@@ -969,6 +969,9 @@ namespace ErsatzTV.Infrastructure.Migrations
.ValueGeneratedOnAdd()
.HasColumnType("INTEGER");
b.Property<bool>("KeepMultiPartEpisodesTogether")
.HasColumnType("INTEGER");
b.Property<int>("MediaCollectionPlaybackOrder")
.HasColumnType("INTEGER");