···8383 * @examples [true, false]
8484 * */
8585 scrobbleBacklog?: boolean
8686-}
87868888-export interface CommonSourceData extends CommonData, SourceRetryOptions {
8987 /**
9088 * Set thresholds for when multi-scrobbler should consider a tracked play to be "scrobbable". If both duration and percent are defined then if either condition is met the track is scrobbled.
9189 * */
9290 scrobbleThresholds?: ScrobbleThresholds
9191+}
9292+9393+export interface CommonSourceData extends CommonData, SourceRetryOptions {
9494+9395}
94969597export interface CommonSourceConfig extends CommonConfig {