mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
fixed remote control flyout
This commit is contained in:
@@ -9,18 +9,18 @@ namespace MediaBrowser.Model.Entities
|
||||
/// <summary>
|
||||
/// The file system
|
||||
/// </summary>
|
||||
FileSystem = 1,
|
||||
FileSystem = 0,
|
||||
/// <summary>
|
||||
/// The remote
|
||||
/// </summary>
|
||||
Remote = 2,
|
||||
Remote = 1,
|
||||
/// <summary>
|
||||
/// The virtual
|
||||
/// </summary>
|
||||
Virtual = 3,
|
||||
Virtual = 2,
|
||||
/// <summary>
|
||||
/// The offline
|
||||
/// </summary>
|
||||
Offline = 4
|
||||
Offline = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user