We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The AutoSearch jquery is not running when loading the Sonarr and Radarr pages
To Reproduce
Desktop (please complete the following information):
Notes:
I did some debugging myself and found the following information:
Browser console reports: "TypeError: browser.tabs is undefined"
This person has the same or similar issue: https://www.reddit.com/r/radarr/comments/1gfk4cx/adding_new_movie_via_http_path_name
This post reports that for Firefox, to access browser.tabs - the loaded script should be in "background" rather than "content_scripts" in the manifest : https://stackoverflow.com/questions/55022508/browser-tabs-is-undefined-in-firefox-extension
Making the change locally myself fixes the issue for me, but I am not familiar with Firefox extension development, nor open source pull request flows.
Happy to create a fork and submit a PR that moves the the file path from content_scripts to background, if you feel that's a solid fix for this.
The text was updated successfully, but these errors were encountered:
trossr32
No branches or pull requests
Describe the bug
The AutoSearch jquery is not running when loading the Sonarr and Radarr pages
To Reproduce
Desktop (please complete the following information):
Notes:
I did some debugging myself and found the following information:
Browser console reports:
"TypeError: browser.tabs is undefined"
This person has the same or similar issue: https://www.reddit.com/r/radarr/comments/1gfk4cx/adding_new_movie_via_http_path_name
This post reports that for Firefox, to access browser.tabs - the loaded script should be in "background" rather than "content_scripts" in the manifest : https://stackoverflow.com/questions/55022508/browser-tabs-is-undefined-in-firefox-extension
Making the change locally myself fixes the issue for me, but I am not familiar with Firefox extension development, nor open source pull request flows.
Happy to create a fork and submit a PR that moves the the file path from content_scripts to background, if you feel that's a solid fix for this.
The text was updated successfully, but these errors were encountered: