mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
refactor time
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
package state
|
package state
|
||||||
|
|
||||||
import (
|
|
||||||
"time"
|
|
||||||
)
|
|
||||||
|
|
||||||
type CacheState struct {
|
type CacheState struct {
|
||||||
Hash string
|
Hash string
|
||||||
Capacity int64
|
Capacity int64
|
||||||
@@ -15,7 +11,7 @@ type CacheState struct {
|
|||||||
|
|
||||||
type ItemState struct {
|
type ItemState struct {
|
||||||
Id int
|
Id int
|
||||||
Accessed time.Time
|
Accessed int64
|
||||||
BufferSize int64
|
BufferSize int64
|
||||||
Completed bool
|
Completed bool
|
||||||
Hash string
|
Hash string
|
||||||
|
|||||||
Reference in New Issue
Block a user