make guid unique from nyaa

main v0.0.2
Gabe Farrell 3 months ago
parent f81b25a8e5
commit 0c23dbd12b

@ -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,

@ -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

Loading…
Cancel
Save