-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge with scrobbler #23
Conversation
Alright, think I'm done here. |
The only bug I'm experiencing is that sometimes the popup doesn't load, which appears to be the same bug that affects traktflix (tegon/traktflix#100). But after about 3 times of clicking the button, it loads. I'm trying to see what's causing this. Edit: Actually, doesn't look like it's that issue, but I was sure this also happened in traktflix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get an error when toggling: Show browser notifications. (Failed to save option.)
Same with Netflix. Not able to disable it. |
For notifications, it's because I forgot to add the |
Probably related but I'm not able to scrobble from Netflix either. I did try to clean all cache & data, but same problem. |
Ok, I can reproduce it on Chromium. Edit: This is a bizarre error. It looks like the extension still thinks that Netflix is a required permission. I tried completely wiping the extension from my Chromium folder and it still thinks that. |
Ok, I fixed the scrobble bug. As for not being able to disable Netflix, I think this is because we're loading the extension as unpacked, so it considers all permissions as required. I don't think this should happen with an actual extension coming from the store. |
But why are the others toggable? |
They're not toggable for me. Probably because I erased the extension and added it again. |
Just for the record. The services with scrobbling are not toggable for me, but the ones with just history sync are. |
Fixes #19
Still need to merge the actual scrobblers, but most of it is done.