Skip to content

Commit

Permalink
Update traktarr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 16, 2019
1 parent 9e261af commit 9206040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/traktarr/traktarr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ EOF
read -p '↘️ Type Number | Press [ENTER]: ' typed </dev/tty
if [[ "$typed" -ge "$mnyear" && "$typed" -le "$mxyear" ]]; then
echo "$typed" >/var/plexguide/traktarr/pgtrakyear.max && question1
else badinput; fi
else maxyear ; fi
}

credits(){
Expand Down

0 comments on commit 9206040

Please sign in to comment.