mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
fix portable and 3.5 project references
This commit is contained in:
11
MediaBrowser.Model/Dlna/SearchType.cs
Normal file
11
MediaBrowser.Model/Dlna/SearchType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public enum SearchType
|
||||
{
|
||||
Unknown = 0,
|
||||
Audio = 1,
|
||||
Image = 2,
|
||||
Video = 3,
|
||||
Playlist = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user