Skip to content

Commit

Permalink
Update Sonarr - Rename.js
Browse files Browse the repository at this point in the history
  • Loading branch information
revenz authored Jan 20, 2025
1 parent d6d7786 commit 345acac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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 rename the file through Sonarr
* @author Shaun Agius, Anthony Clerici
* @revision 12
* @revision 13
* @uid 3464db0c-7262-4dce-9088-d1ad628da60e
* @param {string} URI Sonarr root URI and port (e.g. http://sonarr:8989)
* @param {string} ApiKey API Key
* @output Item renamed successfully
Expand Down Expand Up @@ -278,4 +279,4 @@ function fetchEpisode(currentFileName, series, sonarr) {
let episode = fetchEpisodeFromId(episodeFileId, sonarr);

return [episodeFile, episode];
}
}

0 comments on commit 345acac

Please sign in to comment.