This commit is contained in:
Isaac Shoebottom 2023-11-21 15:07:58 -04:00
parent 849f7fb67a
commit 0a79a40a64

View File

@ -234,7 +234,7 @@ function logSwap(artist, album) {
} }
function log(message: string): void { function log(message: string): void {
console.log("PlexMusicFixer" + message) console.log("PlexMusicFixer: " + message)
} }
// "Main" // "Main"