fix ssa/ass codec name

pull/702/head
Luke Pulverenti 11 years ago
parent dd63d20e89
commit 6cab9dc227

@ -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))

Loading…
Cancel
Save