chore: improve readability

This commit is contained in:
Su-Yong
2025-10-12 14:28:29 +09:00
parent 4f716d8e0b
commit ffa61687bf
137 changed files with 2625 additions and 2626 deletions

View File

@ -7,7 +7,7 @@ import { backend } from './main';
export interface ScrobblerPluginConfig {
enabled: boolean;
/**
* Attempt to scrobble other video types (e.g. Podcasts, normal YouTube videos)
* Attempt to scrobble other video types (e.g. Podcasts, normal videos)
*
* @default true
*/

View File

@ -91,8 +91,8 @@ function createRequestBody(
track_name: title,
release_name: songInfo.album ?? undefined,
additional_info: {
media_player: 'YouTube Music Desktop App',
submission_client: 'YouTube Music Desktop App - Scrobbler Plugin',
media_player: 'Pear Desktop App',
submission_client: 'Pear Desktop App - Scrobbler Plugin',
origin_url: songInfo.url,
duration: songInfo.songDuration,
},