mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix block by inherited tags
This commit is contained in:
parent
2300b96924
commit
8a5107f748
5 changed files with 28 additions and 7 deletions
|
@ -222,7 +222,7 @@
|
|||
}
|
||||
|
||||
function editImages(page, virtualFolder) {
|
||||
|
||||
|
||||
require(['components/imageeditor/imageeditor'], function (ImageEditor) {
|
||||
|
||||
ImageEditor.show(virtualFolder.ItemId, {
|
||||
|
@ -462,6 +462,10 @@
|
|||
{
|
||||
href: 'librarypathmapping.html',
|
||||
name: Globalize.translate('TabPathSubstitution')
|
||||
},
|
||||
{
|
||||
href: 'librarysettings.html',
|
||||
name: Globalize.translate('TabAdvanced')
|
||||
}];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue