mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-20 23:02:36 -04:00
Add GPL modules
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public enum PlaybackErrorCode
|
||||
{
|
||||
NotAllowed = 0,
|
||||
NoCompatibleStream = 1,
|
||||
RateLimitExceeded = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user