Skip to content

Commit

Permalink
kinda fix for chroma usage
Browse files Browse the repository at this point in the history
  • Loading branch information
aytac.kayadelen committed Oct 3, 2022
1 parent 1db32ca commit cd7c95e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Artemis.MediaInfo/MediaInfoModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ private void MediaManager_OnAnyPlaybackStateChanged(MediaSession mediaSession,
{
UpdateButtons();
DataModel.MediaState = playbackInfo.PlaybackStatus;
_mediaSessions.Add(mediaSession);

UpdateButtons();
}

private void UpdateButtons()
Expand Down
2 changes: 1 addition & 1 deletion Artemis.MediaInfo/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"Main": "Artemis.MediaInfo.dll",
"Name": "Media Info",
"Repository": "https://github.com/Aytackydln/Artemis.MediaInfo",
"Version": "0.0.5.0",
"Version": "0.0.6.0",
"Platforms":"Windows"
}

0 comments on commit cd7c95e

Please sign in to comment.