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:
parent
12ae11bcfc
commit
7eac5f192e
2 changed files with 6 additions and 5 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue