expose Peace priority to web

This commit is contained in:
nikk gitanes
2021-08-19 07:24:32 +03:00
parent f2cc860ce5
commit 83d002560b
5 changed files with 23 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ type ItemState struct {
Length int64
Size int64
Completed bool
Priority int
}
type ReaderState struct {