|
|
@ -458,7 +458,7 @@ namespace MediaBrowser.Providers.MediaInfo
|
|
|
|
Type = MediaStreamType.Subtitle,
|
|
|
|
Type = MediaStreamType.Subtitle,
|
|
|
|
IsExternal = true,
|
|
|
|
IsExternal = true,
|
|
|
|
Path = fullName,
|
|
|
|
Path = fullName,
|
|
|
|
Codec = "srt"
|
|
|
|
Codec = Path.GetExtension(fullName).ToLower().TrimStart('.')
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (fileNameWithoutExtension.StartsWith(videoFileNameWithoutExtension + ".", StringComparison.OrdinalIgnoreCase))
|
|
|
|
else if (fileNameWithoutExtension.StartsWith(videoFileNameWithoutExtension + ".", StringComparison.OrdinalIgnoreCase))
|
|
|
|