mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change cast icon state appropriately
This commit is contained in:
parent
fd80cb3da5
commit
45bcd1b40a
3 changed files with 414 additions and 32 deletions
|
@ -53,9 +53,13 @@
|
|||
|
||||
html += '</div>';
|
||||
|
||||
$(page).prepend(html);
|
||||
var $page = $(page);
|
||||
|
||||
$page.prepend(html);
|
||||
|
||||
$('.viewMenuBar', page).trigger('create');
|
||||
|
||||
$page.trigger('headercreated');
|
||||
}
|
||||
|
||||
function insertViews(page, user, counts, liveTvInfo) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue