Skip to content

Commit 0e00b42

Browse files
committed
fix(icecast): rename old scrobble behavior variable
1 parent fcf6c8e commit 0e00b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/sources/ScrobbleSources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export default class ScrobbleSources {
491491
configureAs: defaultConfigureAs,
492492
data: icecast as IcecastData,
493493
options: {
494-
scrobbleOnStart: parseBool(icecast.scrobbleOnStart)
494+
systemScrobble: parseBool(icecast.scrobbleOnStart)
495495
}
496496
});
497497
}

0 commit comments

Comments
 (0)