fix tv subtitles

This commit is contained in:
j 2014-09-16 13:30:53 +02:00
commit dbac45f7ac
3 changed files with 16 additions and 3 deletions

View file

@ -1741,7 +1741,7 @@ pandora.getSubtitlesLayer = function() {
}).map(function(layer) {
return layer.id;
})[0];
}
};
pandora.getMediaURL = function(url) {
return pandora.site.site.mediaprefix + url;