mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore footer fluidity
This commit is contained in:
parent
3e0fc7ada1
commit
fdda8549ba
4 changed files with 5 additions and 16 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
$("#videoBackdrop", footer).hide();
|
||||
|
||||
if ($("#footerNotifications", footer).html() == "") { // only hide footer if no notifications
|
||||
if (!$("#footerNotifications", footer).html()) { // only hide footer if no notifications
|
||||
|
||||
footer.hide();
|
||||
|
||||
|
@ -1036,7 +1036,7 @@
|
|||
|
||||
var errorMsg = 'There was an error playing the video.';
|
||||
|
||||
if (item.Type == "Channel") {
|
||||
if (item.Type == "TvChannel") {
|
||||
errorMsg += " Please ensure there is an open tuner availalble.";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue