Skip to content

Commit

Permalink
added uid to sonarr/radarr -rename
Browse files Browse the repository at this point in the history
  • Loading branch information
revenz committed Jun 27, 2024
1 parent 38487b0 commit 56637d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 8
* @revision 9
* @uid efaf3887-4fcb-42ce-97b2-cc07f1b619d2
* @param {string} URI Radarr root URI and port (e.g. http://radarr:1234)
* @param {string} ApiKey API Key
* @output Item renamed
Expand Down
3 changes: 2 additions & 1 deletion Scripts/Flow/Applications/Sonarr/Sonarr - Rename.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { Sonarr } from 'Shared/Sonarr';
/**
* @description This script will send a rename command to Sonarr
* @author Shaun Agius, Anthony Clerici
* @revision 9
* @uid 944d4427-6143-4402-b84c-e36ff6c24e52
* @revision 10
* @param {string} URI Sonarr root URI and port (e.g. http://sonarr:1234)
* @param {string} ApiKey API Key
* @output Item renamed
Expand Down

0 comments on commit 56637d6

Please sign in to comment.