mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update artist queries
This commit is contained in:
parent
3685bd3766
commit
30d9d031ae
5 changed files with 20 additions and 13 deletions
|
@ -32,6 +32,10 @@
|
|||
|
||||
var elem = button.querySelector('.pageTabButtonSelectionBar');
|
||||
|
||||
if (!elem) {
|
||||
return;
|
||||
}
|
||||
|
||||
var keyframes = [
|
||||
{ transform: 'translate3d(-100%, 0, 0)', offset: 0 },
|
||||
{ transform: 'none', offset: 1 }];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue