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

bring back source type

This commit is contained in:
Luke Pulverenti 2014-01-19 13:08:31 -05:00
parent 12ae11bcfc
commit 7eac5f192e
2 changed files with 6 additions and 5 deletions

View file

@ -735,7 +735,7 @@
}
if (item.MediaType == "Video" && item.Type != "Channel") {
$('#fldSourceType', page).hide();
$('#fldSourceType', page).show();
} else {
$('#fldSourceType', page).hide();
}
@ -1200,6 +1200,7 @@
Gamesdb: $('#txtGamesDb', form).val(),
Imdb: $('#txtImdb', form).val(),
Tmdb: $('#txtTmdb', form).val(),
TmdbCollection: $('#txtTmdbCollection', form).val(),
Tvdb: $('#txtTvdb', form).val(),
Tvcom: $('#txtTvCom', form).val(),
Musicbrainz: $('#txtMusicBrainz', form).val(),