-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from manuelmayer-dev/feature/update-SuchByte.Me…
…diaControls
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SuchByte.MediaControls
updated
12 files
+16 −0 | Actions/MediaNextAction.cs | |
+16 −0 | Actions/MediaPlayPauseAction.cs | |
+16 −0 | Actions/MediaPrevAction.cs | |
+16 −0 | Actions/MediaVolDownAction.cs | |
+16 −0 | Actions/MediaVolMuteAction.cs | |
+16 −0 | Actions/MediaVolUpAction.cs | |
+622 −0 | AudioManager.cs | |
+5 −4 | ExtensionManifest.json | |
+0 −58 | Main.cs | |
+7 −6 | MediaControls Plugin.csproj | |
+25 −0 | MediaControls Plugin.sln | |
+122 −0 | MediaControlsPlugin.cs |