mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
feat: add transcodedSuffix
to Subsonic API responses
This commit is contained in:
parent
45180115a6
commit
39993810b3
12 changed files with 136 additions and 61 deletions
|
@ -11,5 +11,6 @@ type Transcoding struct {
|
|||
type Transcodings []Transcoding
|
||||
|
||||
type TranscodingRepository interface {
|
||||
Get(id string) (*Transcoding, error)
|
||||
Put(*Transcoding) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue