Skip to content

Commit

Permalink
Add app volume workaround for Google Chrome. See #61.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleneideck committed Aug 17, 2019
1 parent 4c7eba3 commit dfad77d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions BGMApp/BGMApp/BGMBackgroundMusicDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// BGMBackgroundMusicDevice.cpp
// BGMApp
//
// Copyright © 2016, 2017 Kyle Neideck
// Copyright © 2016-2019 Kyle Neideck
// Copyright © 2017 Andrew Tonner
//

Expand Down Expand Up @@ -239,7 +239,9 @@ BGMBackgroundMusicDevice::ResponsibleBundleIDsOf(CACFString inParentBundleID)
// Discord
{ "com.hnc.Discord", { "com.hnc.Discord.helper" } },
// Skype
{ "com.skype.skype", { "com.skype.skype.Helper" } }
{ "com.skype.skype", { "com.skype.skype.Helper" } },
// Google Chrome
{ "com.google.Chrome", { "com.google.Chrome.helper" } }
};

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

2 comments on commit dfad77d

@xx88xx
Copy link

@xx88xx xx88xx commented on dfad77d Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was chrome causing issues? I am also having a problem with vivaldi browser with is also a chromium browser.

@xx88xx
Copy link

@xx88xx xx88xx commented on dfad77d Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually - I am having issues with both safari and vivaldi with video playing in browser. chrome works flawlessly.

Please sign in to comment.