mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
rework EnableMediaPlayback
This commit is contained in:
9
MediaBrowser.Model/Library/PlayAccess.cs
Normal file
9
MediaBrowser.Model/Library/PlayAccess.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.Library
|
||||
{
|
||||
public enum PlayAccess
|
||||
{
|
||||
Full = 0,
|
||||
None = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user