mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Migrate to customizable cast receiver config
This commit is contained in:
@@ -69,5 +69,10 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool RememberSubtitleSelections { get; set; }
|
||||
|
||||
public bool EnableNextEpisodeAutoPlay { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the id of the selected cast receiver.
|
||||
/// </summary>
|
||||
public string? CastReceiverId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user