Skip to content

Commit

Permalink
30 sec augmentation for spotify check up
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasConstant committed Nov 10, 2015
1 parent a0b0ae6 commit 315e824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SpotifySleepModeStopper/Domain/SpotifySaveModeStopper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void StartListening()
_cancellationTokenSource?.Cancel();
_cancellationTokenSource = new CancellationTokenSource();
_analyst = Repeat.Interval(
TimeSpan.FromSeconds(10),
TimeSpan.FromSeconds(30),
AnalyseSpotifyStatus, _cancellationTokenSource.Token);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>music_big.ico</ApplicationIcon>
Expand Down

0 comments on commit 315e824

Please sign in to comment.