mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Show .btnSavePlaylist always on desktop
This commit is contained in:
parent
e2da870f32
commit
dcb0eb8c01
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,6 @@ define(['browser', 'datetime', 'backdrop', 'libraryBrowser', 'listView', 'imageL
|
||||||
}
|
}
|
||||||
|
|
||||||
imageLoader.lazyChildren(itemsContainer);
|
imageLoader.lazyChildren(itemsContainer);
|
||||||
context.querySelector('.btnSavePlaylist').classList.add('hide');
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -835,6 +834,7 @@ define(['browser', 'datetime', 'backdrop', 'libraryBrowser', 'listView', 'imageL
|
||||||
optionsSection.classList.remove('align-items-center', 'justify-content-center');
|
optionsSection.classList.remove('align-items-center', 'justify-content-center');
|
||||||
optionsSection.classList.add('align-items-right', 'justify-content-flex-end');
|
optionsSection.classList.add('align-items-right', 'justify-content-flex-end');
|
||||||
context.querySelector('.playlist').classList.remove('hide');
|
context.querySelector('.playlist').classList.remove('hide');
|
||||||
|
context.querySelector('.btnSavePlaylist').classList.remove('hide');
|
||||||
} else {
|
} else {
|
||||||
optionsSection.innerHTML += volumecontrolHtml + contextmenuHtml;
|
optionsSection.innerHTML += volumecontrolHtml + contextmenuHtml;
|
||||||
optionsSection.classList.add('playlistSectionButtonTransparent');
|
optionsSection.classList.add('playlistSectionButtonTransparent');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue