Fixed rss path

main
Uriel Fanelli 2025-05-03 14:51:07 +02:00
parent 7302c58ba8
commit 3b524fa190
1 changed files with 1 additions and 1 deletions

2
pod.go
View File

@ -81,7 +81,7 @@ func scanEpisodes() ([]Episode, error) {
return nil
}
relPath, _ := filepath.Rel(".", path)
// relPath, _ := filepath.Rel(".", path)
baseName := strings.TrimSuffix(filepath.Base(path), filepath.Ext(path))
coverPath := filepath.Join(coversDir, baseName+".jpg")