Skip to content

Commit

Permalink
fix(chromecast): Remove debugging interval
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Jan 25, 2024
1 parent 5103cf1 commit efdbbe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/sources/ChromecastSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ export class ChromecastSource extends MemorySource {
this.config.data = {
...data,
useAutoDiscovery: ad,
useAvahi,
interval: 2
useAvahi
}

}
Expand Down

0 comments on commit efdbbe4

Please sign in to comment.