Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okitaAsuka committed Mar 17, 2024
1 parent eb15940 commit d77543f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ede.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

(async function () {
'use strict';
const appVersion = document.querySelector('html').getAttribute('data-appversion').substring(0, 3);
const isVersionOld = appVersion < 4.8;
if (document.querySelector('meta[name="application-name"]').content == 'Emby' || document.documentElement.classList.contains('accent-emby')) {
const appVersion = document.querySelector('html').getAttribute('data-appversion').substring(0, 3);
const isVersionOld = appVersion < 4.8;
// ------ configs start------
const check_interval = 200;
const chConverTtitle = ['当前状态: 未启用', '当前状态: 转换为简体', '当前状态: 转换为繁体'];
Expand Down

0 comments on commit d77543f

Please sign in to comment.