Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Emby/Emby.Plugins.Moonfin/Models/MoonfinSettingsProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class MoonfinSettingsProfile
[JsonPropertyName("mergeContinueWatchingNextUp")] public bool? MergeContinueWatchingNextUp { get; set; }
[JsonPropertyName("nextUpMaxDays")] public int? NextUpMaxDays { get; set; }
[JsonPropertyName("enableMultiServerLibraries")] public bool? EnableMultiServerLibraries { get; set; }
[JsonPropertyName("mergeRecentRowsByType")] public bool? MergeRecentRowsByType { get; set; }
[JsonPropertyName("enableFolderView")] public bool? EnableFolderView { get; set; }
[JsonPropertyName("useDetailedSubHeadings")] public bool? UseDetailedSubHeadings { get; set; }
[JsonPropertyName("confirmExit")] public bool? ConfirmExit { get; set; }
Expand Down Expand Up @@ -89,8 +90,13 @@ public class MoonfinSettingsProfile
[JsonPropertyName("genresRowSortBy")] public string? GenresRowSortBy { get; set; }
[JsonPropertyName("genresRowItemFilter")] public string? GenresRowItemFilter { get; set; }
[JsonPropertyName("navbarAlwaysExpanded")] public bool? NavbarAlwaysExpanded { get; set; }
[JsonPropertyName("mediaBarTrailerCaptions")] public bool? MediaBarTrailerCaptions { get; set; }
[JsonPropertyName("detailScreenStyle")] public string? DetailScreenStyle { get; set; }
[JsonPropertyName("detailExpandedTabs")] public bool? DetailExpandedTabs { get; set; }
[JsonPropertyName("detailButtonOrder")] public List<string>? DetailButtonOrder { get; set; }
[JsonPropertyName("hiddenDetailButtons")] public List<string>? HiddenDetailButtons { get; set; }
[JsonPropertyName("seerrRowOrder")] public List<string>? SeerrRowOrder { get; set; }
[JsonPropertyName("hiddenSeerrRows")] public List<string>? HiddenSeerrRows { get; set; }
[JsonPropertyName("themeMusicLoop")] public bool? ThemeMusicLoop { get; set; }
[JsonPropertyName("displaySinceYouWatchedRows")] public bool? DisplaySinceYouWatchedRows { get; set; }
[JsonPropertyName("sinceYouWatchedSource")] public string? SinceYouWatchedSource { get; set; }
Expand Down
Loading
Loading