mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
feat: allow grouping shows into collections (#13236)
* feat: allow grouping shows into collections * add pre-startup routine to rename EnableGroupingIntoCollections * Update Jellyfin.Server/Migrations/PreStartupRoutines/RenameEnableGroupingIntoCollections.cs
This commit is contained in:
@@ -204,7 +204,9 @@ public class ServerConfiguration : BaseApplicationConfiguration
|
||||
|
||||
public bool EnableFolderView { get; set; } = false;
|
||||
|
||||
public bool EnableGroupingIntoCollections { get; set; } = false;
|
||||
public bool EnableGroupingMoviesIntoCollections { get; set; } = false;
|
||||
|
||||
public bool EnableGroupingShowsIntoCollections { get; set; } = false;
|
||||
|
||||
public bool DisplaySpecialsWithinSeasons { get; set; } = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user