mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
feat: select correct transcoding for streaming
This commit is contained in:
@@ -13,4 +13,5 @@ type Transcodings []Transcoding
|
||||
type TranscodingRepository interface {
|
||||
Get(id string) (*Transcoding, error)
|
||||
Put(*Transcoding) error
|
||||
FindByFormat(format string) (*Transcoding, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user