mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
feat: store duration as float, to cater for milliseconds
This commit is contained in:
parent
5525145906
commit
fc14e346b9
12 changed files with 150 additions and 13 deletions
|
@ -4,7 +4,7 @@ type Playlist struct {
|
|||
ID string
|
||||
Name string
|
||||
Comment string
|
||||
Duration int
|
||||
Duration float32
|
||||
Owner string
|
||||
Public bool
|
||||
Tracks MediaFiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue