mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
add more content to dlna profile editing page
This commit is contained in:
@@ -35,9 +35,9 @@ namespace MediaBrowser.Controller.Dlna
|
||||
|
||||
public enum CodecType
|
||||
{
|
||||
VideoCodec = 0,
|
||||
VideoAudioCodec = 1,
|
||||
AudioCodec = 2
|
||||
Video = 0,
|
||||
VideoAudio = 1,
|
||||
Audio = 2
|
||||
}
|
||||
|
||||
public class ProfileCondition
|
||||
|
||||
Reference in New Issue
Block a user