diff --git a/main.go b/main.go index c67fa6d..fc4568b 100644 --- a/main.go +++ b/main.go @@ -72,7 +72,7 @@ var ( // --- Main --- // func main() { - log.Println("SonarrSeaDexProxy v0.0.1") + log.Println("SonarrSeaDexProxy v0.0.2") port := "6778" http.HandleFunc("/api", apiHandler) @@ -215,7 +215,7 @@ func handleTVSearch(w http.ResponseWriter, r *http.Request) { Title: title, GUID: GUID{ IsPerma: "false", - Value: nyaa.GUID, + Value: "seadex+" + nyaa.GUID, }, Link: br.DownloadURL, Size: br.Size, diff --git a/release.sh b/release.sh old mode 100644 new mode 100755 index f7f9b18..3356542 --- a/release.sh +++ b/release.sh @@ -6,7 +6,7 @@ # commit changes # push commit # run script -version=0.0.1 +version=0.0.2 image_name=gabehf/sonarr-seadex-proxy git tag v$version