Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Added set volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Hamilton committed Jun 19, 2017
1 parent d7b5fc3 commit 3be4f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WebNowPlaying.cs
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,10 @@ internal void ExecuteBang(string args)
{
API.Log(API.LogType.Error, "WebNowPlaing.dll - SetPosition not yet supported");
}
else if (bang.Contains("setvolume"))
{
API.Log(API.LogType.Error, "WebNowPlaing.dll - SetVolume not yet supported");
}
else
{
API.Log(API.LogType.Error, "WebNowPlaying.dll - Unknown bang:" + args);
Expand Down

0 comments on commit 3be4f4b

Please sign in to comment.