mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-12 19:56:30 +01:00
feat(external-media): refactor external subtitle and audio provider
This commit is contained in:
@@ -6,6 +6,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
Audio = 0,
|
||||
Video = 1,
|
||||
Photo = 2
|
||||
Photo = 2,
|
||||
Subtitle = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user