mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
feat: select correct transcoding for streaming
This commit is contained in:
parent
39993810b3
commit
c8b0d2bfae
9 changed files with 204 additions and 54 deletions
|
@ -13,4 +13,5 @@ type Transcodings []Transcoding
|
|||
type TranscodingRepository interface {
|
||||
Get(id string) (*Transcoding, error)
|
||||
Put(*Transcoding) error
|
||||
FindByFormat(format string) (*Transcoding, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue