mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
add connect linking
This commit is contained in:
parent
4f3ea6c6c3
commit
5c615fa024
42 changed files with 542 additions and 78 deletions
|
|
@ -78,14 +78,15 @@ namespace MediaBrowser.Model.Configuration
|
|||
public bool EnableLocalPassword { get; set; }
|
||||
|
||||
public string[] OrderedViews { get; set; }
|
||||
|
||||
|
||||
public bool SyncConnectName { get; set; }
|
||||
public bool SyncConnectImage { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
|
||||
/// </summary>
|
||||
public UserConfiguration()
|
||||
{
|
||||
IsAdministrator = true;
|
||||
|
||||
PlayDefaultAudioTrack = true;
|
||||
EnableRemoteControlOfOtherUsers = true;
|
||||
EnableLiveTvManagement = true;
|
||||
|
|
@ -101,6 +102,9 @@ namespace MediaBrowser.Model.Configuration
|
|||
ExcludeFoldersFromGrouping = new string[] { };
|
||||
DisplayCollectionsView = true;
|
||||
DisplayFoldersView = true;
|
||||
|
||||
SyncConnectName = true;
|
||||
SyncConnectImage = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue