We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af128b5 commit 28afbb3Copy full SHA for 28afbb3
xseed.sh
@@ -85,9 +85,10 @@ detect_application() {
85
# shellcheck disable=SC2154 # These are set by Starr on call
86
folderPath="$sonarr_destinationpath"
87
else
88
- if [ -z "$sonarr_release_releasetype" ] then; {
+ if [ -z "$sonarr_release_releasetype" ]; then {
89
90
folderPath="$sonarr_episodefile_sourcefolder"
91
+ # shellcheck disable=SC2154 # These are set by Starr on call
92
filePath="$sonarr_episodefile_path"
93
}
94
0 commit comments