mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update directoryBrowser
This commit is contained in:
parent
3dbde84cda
commit
db88b76db6
6 changed files with 45 additions and 12 deletions
|
@ -375,7 +375,7 @@
|
|||
items.push({
|
||||
name: Globalize.translate('ButtonSync'),
|
||||
id: 'sync',
|
||||
ironIcon: 'refresh'
|
||||
ironIcon: 'sync'
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -1257,7 +1257,7 @@
|
|||
items.push({
|
||||
name: Globalize.translate('ButtonSync'),
|
||||
id: 'sync',
|
||||
ironIcon: 'refresh'
|
||||
ironIcon: 'sync'
|
||||
});
|
||||
|
||||
require(['actionsheet'], function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue