mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared item page
This commit is contained in:
parent
eb3e3bfaed
commit
a54146dd0c
16 changed files with 470 additions and 161 deletions
|
@ -726,8 +726,8 @@
|
|||
|
||||
loadPlaylist(page);
|
||||
|
||||
var tab = getParameterByName('tab');
|
||||
var selected = tab == 'Playlist' ? 2 : 0;;
|
||||
var tab = window.location.hash;
|
||||
var selected = tab == '#playlist' ? 2 : 0;;
|
||||
this.querySelectorAll('paper-tabs')[0].selected = selected;
|
||||
|
||||
updateCastIcon(page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue