mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-09 20:22:43 +02:00
Remove serverAddress from Feeds and FeedEpisodes URLs
This commit is contained in:
@@ -126,7 +126,7 @@ export default {
|
||||
},
|
||||
coverUrl(feed) {
|
||||
if (!feed.coverPath) return `${this.$config.routerBasePath}/Logo.png`
|
||||
return `${feed.feedUrl}/cover`
|
||||
return `${this.$config.routerBasePath}${feed.feedUrl}/cover`
|
||||
},
|
||||
async loadFeeds() {
|
||||
const data = await this.$axios.$get(`/api/feeds`).catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user