mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 10:40:24 +01:00
fix portable and 3.5 project references
This commit is contained in:
9
MediaBrowser.Model/Dlna/DlnaProfileType.cs
Normal file
9
MediaBrowser.Model/Dlna/DlnaProfileType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public enum DlnaProfileType
|
||||
{
|
||||
Audio = 0,
|
||||
Video = 1,
|
||||
Photo = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user