style: auto-fix linting issues

This commit is contained in:
JulienMaille 2026-01-29 22:54:13 +00:00 committed by github-actions[bot]
parent c3041a81fd
commit 95e8509b65
4 changed files with 1 additions and 12 deletions

View file

@ -1,11 +1,6 @@
//js/app.js
import { LosslessAPI } from './api.js';
import {
apiSettings,
themeManager,
nowPlayingSettings,
downloadQualitySettings,
} from './storage.js';
import { apiSettings, themeManager, nowPlayingSettings, downloadQualitySettings } from './storage.js';
import { UIRenderer } from './ui.js';
import { Player } from './player.js';
import { LastFMScrobbler } from './lastfm.js';

View file

@ -334,8 +334,6 @@ export function initializeSettings(scrobbler, player, api, ui) {
});
}
// Compact Artist Toggle
const compactArtistToggle = document.getElementById('compact-artist-toggle');
if (compactArtistToggle) {

View file

@ -461,8 +461,6 @@ export const backgroundSettings = {
},
};
export const cardSettings = {
COMPACT_ARTIST_KEY: 'card-compact-artist',
COMPACT_ALBUM_KEY: 'card-compact-album',

View file

@ -1283,8 +1283,6 @@ input[type='search']::-webkit-search-cancel-button {
grid-template-columns: 40px 1fr 80px 90px;
}
.detail-header {
display: flex;
align-items: flex-start;