mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
feat: Support disabling scrobbling for non-music content (#1665)
Co-authored-by: JellyBrick <shlee1503@naver.com>
This commit is contained in:
@ -32,6 +32,7 @@ export interface DefaultConfig {
|
||||
proxy: string;
|
||||
startingPage: string;
|
||||
overrideUserAgent: boolean;
|
||||
usePodcastParticipantAsArtist: boolean;
|
||||
themes: string[];
|
||||
};
|
||||
plugins: Record<string, unknown>;
|
||||
@ -66,6 +67,7 @@ const defaultConfig: DefaultConfig = {
|
||||
proxy: '',
|
||||
startingPage: '',
|
||||
overrideUserAgent: false,
|
||||
usePodcastParticipantAsArtist: false,
|
||||
themes: [],
|
||||
},
|
||||
'plugins': {},
|
||||
|
||||
Reference in New Issue
Block a user