mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
fixes #712 - multi-version grouping
This commit is contained in:
@@ -155,6 +155,12 @@ namespace MediaBrowser.Controller.Session
|
||||
/// <value>The session controller.</value>
|
||||
public ISessionController SessionController { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [supports fullscreen toggle].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [supports fullscreen toggle]; otherwise, <c>false</c>.</value>
|
||||
public bool SupportsFullscreenToggle { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance is active.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user