mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 19:44:43 +01:00
fix portable and 3.5 project references
This commit is contained in:
9
MediaBrowser.Model/Session/PlayMethod.cs
Normal file
9
MediaBrowser.Model/Session/PlayMethod.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.Session
|
||||
{
|
||||
public enum PlayMethod
|
||||
{
|
||||
Transcode = 0,
|
||||
DirectStream = 1,
|
||||
DirectPlay = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user