|
|
|
@ -472,7 +472,7 @@ namespace MediaBrowser.XbmcMetadata.Parsers
|
|
|
|
|
"plugin://plugin.video.youtube/?action=play_video&videoid=",
|
|
|
|
|
"plugin://plugin.video.youtube/play/?video_id=",
|
|
|
|
|
StringComparison.OrdinalIgnoreCase);
|
|
|
|
|
Logger.LogWarning("Trailer URL uses a deprecated format : {Url}. Using {NewUrl} instead is advised.", [trailer, suggestedUrl]);
|
|
|
|
|
Logger.LogWarning("Trailer URL uses a deprecated format : {Url}. Using {NewUrl} instead is advised.", trailer, suggestedUrl);
|
|
|
|
|
}
|
|
|
|
|
else if (trailer.StartsWith("plugin://plugin.video.youtube/play/?video_id=", StringComparison.OrdinalIgnoreCase))
|
|
|
|
|
{
|
|
|
|
|