Skip to content

Commit

Permalink
Fix 2 typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
Millio345 authored Feb 26, 2024
1 parent cadbdf4 commit 51b11fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radarr-default-sort-and-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* This script allows you to define default sorting and filter for your interactive movie searches for Radarr
INSTRUCTIONS:
1) Change the @match line ABOVE to point to the homepage of your local radarr installation. Open the homepage, copy the link and add '*' to the end.
For example, if your radarr homepageis at 'https://myserver.com/radarr/' the line should be like this:
For example, if your radarr homepage is at 'https://myserver.com/radarr/' the line should be like this:
// @match https://myserver.com/radarr/*
2) Edit the values below
3) If the script does not work, open the developer options with F12 and look at the console to try to figure out what's going wrong
Expand Down Expand Up @@ -205,6 +205,6 @@
movieLoaded()
// When on another page, disable the mutation observer
else
otherPageLoaded()
nonMoviePageLoaded()
});
})();

0 comments on commit 51b11fb

Please sign in to comment.