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:
parent
9f0daaa8ae
commit
4c3748af0c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue