Skip to content

Commit

Permalink
Update Radarr - Rename.js
Browse files Browse the repository at this point in the history
  • Loading branch information
revenz authored Jan 20, 2025
1 parent b068c85 commit d6d7786
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Scripts/Flow/Applications/Radarr/Radarr - Rename.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { Radarr } from 'Shared/Radarr';
/**
* @description This script will send a rename command to Radarr
* @author Shaun Agius, Anthony Clerici
* @revision 12
* @revision 13
* @uid d9b988c1-b219-4c1b-b98f-2eb99ead716a
* @param {string} URI Radarr root URI and port (e.g. http://radarr:7878)
* @param {string} ApiKey API Key
* @output Item renamed successfully
Expand Down Expand Up @@ -148,4 +149,4 @@ function findMovie(filePath, radarr) {
}

return [null, null];
}
}

0 comments on commit d6d7786

Please sign in to comment.