Restore weird behaviour

This commit is contained in:
Bond_009
2021-01-24 17:55:25 +01:00
parent d24e7f60c7
commit f6b293203a
2 changed files with 5 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ namespace Jellyfin.Api.Tests.Helpers
new (string, SortOrder)[]
{
("SortName", SortOrder.Descending),
("ProductionYear", SortOrder.Ascending),
("ProductionYear", SortOrder.Descending),
}
};
}