Merge pull request #7255 from Shadowghost/external-sub-audio

This commit is contained in:
Joshua M. Boniface
2022-02-21 12:42:49 -05:00
committed by GitHub
15 changed files with 856 additions and 731 deletions

View File

@@ -6,6 +6,7 @@ namespace MediaBrowser.Model.Dlna
{
Audio = 0,
Video = 1,
Photo = 2
Photo = 2,
Subtitle = 3
}
}