mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 06:15:22 +02:00
Podcast episode player fixes, episode table ui updates
This commit is contained in:
@@ -24,7 +24,7 @@ class PodcastEpisodeDownload {
|
||||
}
|
||||
|
||||
get targetRelPath() {
|
||||
return Path.join(this.libraryItem.relPath, this.targetFilename)
|
||||
return this.targetFilename
|
||||
}
|
||||
|
||||
setData(podcastEpisode, libraryItem) {
|
||||
|
||||
Reference in New Issue
Block a user