1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added ffmpeg downloading for mono

This commit is contained in:
Luke Pulverenti 2013-10-12 23:39:22 -04:00
parent 9f0daaa8ae
commit 4c3748af0c

View file

@ -1082,7 +1082,7 @@
var val = this.value;
if (val) {
if (val && currentItem.Type == "Series") {
$('#btnOpenTvdb', page).attr('href', 'http://thetvdb.com/index.php?tab=series&id=' + val);