feat: add transcodedSuffix to Subsonic API responses
This commit is contained in:
@@ -11,5 +11,6 @@ type Transcoding struct {
|
||||
type Transcodings []Transcoding
|
||||
|
||||
type TranscodingRepository interface {
|
||||
Get(id string) (*Transcoding, error)
|
||||
Put(*Transcoding) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user