Notifiarr / website

Issue tracker for Notifiarr.com
https://notifiarr.com
6 stars 0 forks source link

Skip Request as approval if item already exists in starr #290

Closed notifiarr-bot closed 1 year ago

notifiarr-bot commented 1 year ago

Sooooo if a request is made for an existing series or movie and it already is in Starr can we skip the approval request for it 👀

Origin user: bakerboy448 Origin message: Discord Server Link Reporting user: bakerboy448 Reporting message: Discord Server Link

austinwbest commented 1 year ago

This will be a tricky one. It checks for permissions and such before it checks if it exists. i'll look at it

Edit: Actually looked at the code instead of going off memory, it doesn't even check if it exists if the person requires approval so this shouldn't be to big of a deal. Need to add an exists check to the addRequestHistory() function which is where the approval stuff is handled

austinwbest commented 1 year ago

Done on nightly