Merge pull request #4758 from nyanmisaka/fix-landingScreen-options

(cherry picked from commit f8ef38c0ea)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Claus Vium
2020-12-13 13:29:11 +01:00
committed by Joshua M. Boniface
parent 1b82ef905e
commit 87dde66e92
3 changed files with 95 additions and 29 deletions

View File

@@ -23,7 +23,6 @@ namespace Jellyfin.Data.Entities
Client = client;
SortBy = "SortName";
ViewType = ViewType.Poster;
SortOrder = SortOrder.Ascending;
RememberSorting = false;
RememberIndexing = false;