feat(subsonic): add getNewestPodcasts
This commit is contained in:
@@ -371,6 +371,10 @@ func (pe *PodcastEpisode) SID() *specid.ID {
|
||||
return &specid.ID{Type: specid.PodcastEpisode, Value: pe.ID}
|
||||
}
|
||||
|
||||
func (pe *PodcastEpisode) PodcastSID() *specid.ID {
|
||||
return &specid.ID{Type: specid.Podcast, Value: pe.PodcastID}
|
||||
}
|
||||
|
||||
func (pe *PodcastEpisode) AudioFilename() string {
|
||||
return pe.Filename
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user