Jpg URL fissato
parent
cedb7d95d0
commit
e8a52f9c59
|
@ -36,7 +36,7 @@ func generateRSS() error {
|
||||||
|
|
||||||
epBaseUrl := baseURL + "/audio/" + filepath.Base(ep.File)
|
epBaseUrl := baseURL + "/audio/" + filepath.Base(ep.File)
|
||||||
|
|
||||||
strip, found := strings.CutSuffix(epBaseUrl, ".mp3")
|
strip, found := strings.CutSuffix(filepath.Base(ep.File), ".mp3")
|
||||||
if !found {
|
if !found {
|
||||||
log.Println("Seems the file is not mp3??????")
|
log.Println("Seems the file is not mp3??????")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue