mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
add LocalFileInfo.Id
This commit is contained in:
parent
5a5b48feff
commit
c8a735bcb1
84 changed files with 659 additions and 494 deletions
|
|
@ -88,6 +88,8 @@ namespace MediaBrowser.Model.Configuration
|
|||
|
||||
public AccessSchedule[] AccessSchedules { get; set; }
|
||||
|
||||
public bool EnableUserPreferenceAccess { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
|
||||
/// </summary>
|
||||
|
|
@ -112,6 +114,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
SyncConnectImage = true;
|
||||
IncludeTrailersInSuggestions = true;
|
||||
EnableCinemaMode = true;
|
||||
EnableUserPreferenceAccess = true;
|
||||
|
||||
AccessSchedules = new AccessSchedule[] { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue