Skip to content

Commit

Permalink
Add workaround for Discord voice chat volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleneideck committed Jun 19, 2018
1 parent 5f31f54 commit ffa86bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BGMApp/BGMApp/BGMBackgroundMusicDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ BGMBackgroundMusicDevice::ResponsibleBundleIDsOf(CACFString inParentBundleID)
{ "com.parallels.desktop.console", { "com.parallels.vm" } },
// MPlayer OSX Extended
{ "hu.mplayerhq.mplayerosx.extended",
{ "ch.sttz.mplayerosx.extended.binaries.officialsvn" } }
{ "ch.sttz.mplayerosx.extended.binaries.officialsvn" } },
// Discord
{ "com.hnc.Discord", { "com.hnc.Discord.helper" } }
};

// Parallels' VM "dock helper" apps have bundle IDs like
Expand Down

0 comments on commit ffa86bb

Please sign in to comment.