mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 21:39:37 +00:00
Podcast episode player fixes, episode table ui updates
This commit is contained in:
parent
0e665e2091
commit
12027b9a76
13 changed files with 47 additions and 22 deletions
|
|
@ -24,7 +24,7 @@ class PodcastEpisodeDownload {
|
|||
}
|
||||
|
||||
get targetRelPath() {
|
||||
return Path.join(this.libraryItem.relPath, this.targetFilename)
|
||||
return this.targetFilename
|
||||
}
|
||||
|
||||
setData(podcastEpisode, libraryItem) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue