mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed some code smells
fix config.json plugins path
This commit is contained in:
parent
327462321c
commit
6638c13e85
8 changed files with 41 additions and 39 deletions
|
@ -60,6 +60,6 @@ function customConfirm(text, title) {
|
|||
});
|
||||
}
|
||||
|
||||
const baseConfirm = browser.tv && window.confirm ? nativeConfirm : customConfirm;
|
||||
const confirm = browser.tv && window.confirm ? nativeConfirm : customConfirm;
|
||||
|
||||
export default baseConfirm;
|
||||
export default confirm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue