Skip to content

Commit

Permalink
style: remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Feb 8, 2025
1 parent b6aa520 commit ec84fbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CustomApps/lyrics-plus/ProviderMusixmatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ const ProviderMusixmatch = (() => {
if (!track_id) return null;

const selectedLanguage = CONFIG.visual["musixmatch-translation-language"] || "none";

if (selectedLanguage === "none") return null;

const baseURL =
Expand Down
1 change: 0 additions & 1 deletion CustomApps/lyrics-plus/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ const languageCodes =
const displayNames = new Intl.DisplayNames(["en"], { type: "language" });
const languageOptions = languageCodes.reduce((acc, code) => {
acc[code] = code === "none" ? "None" : displayNames.of(code);

return acc;
}, {});

Expand Down

0 comments on commit ec84fbe

Please sign in to comment.