mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
fix: create default transcodings on existing installations
This commit is contained in:
parent
bc1f767123
commit
811703ab60
3 changed files with 13 additions and 4 deletions
|
@ -12,6 +12,7 @@ type Transcodings []Transcoding
|
|||
|
||||
type TranscodingRepository interface {
|
||||
Get(id string) (*Transcoding, error)
|
||||
CountAll(...QueryOptions) (int64, error)
|
||||
Put(*Transcoding) error
|
||||
FindByFormat(format string) (*Transcoding, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue