mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update ProcessManager
This commit is contained in:
9
MediaBrowser.Model/Dlna/PlaybackErrorCode.cs
Normal file
9
MediaBrowser.Model/Dlna/PlaybackErrorCode.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public enum PlaybackErrorCode
|
||||
{
|
||||
NotAllowed = 0,
|
||||
NoCompatibleStream = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user