Jpg URL fissato

main
Uriel Fanelli 2025-05-04 04:05:15 +02:00
parent cedb7d95d0
commit e8a52f9c59
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func generateRSS() error {
epBaseUrl := baseURL + "/audio/" + filepath.Base(ep.File)
strip, found := strings.CutSuffix(epBaseUrl, ".mp3")
strip, found := strings.CutSuffix(filepath.Base(ep.File), ".mp3")
if !found {
log.Println("Seems the file is not mp3??????")
}