mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 21:06:32 +01:00
beginning remote subtitle downloading
This commit is contained in:
@@ -4,6 +4,6 @@ namespace MediaBrowser.MediaEncoding.Subtitles
|
||||
{
|
||||
public interface ISubtitleParser
|
||||
{
|
||||
SubtitleInfo Parse(Stream stream);
|
||||
SubtitleTrackInfo Parse(Stream stream);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user