mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
add reader stat to torrent stat
This commit is contained in:
7
server/torr/storage/reader/state.go
Normal file
7
server/torr/storage/reader/state.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package reader
|
||||
|
||||
type ReaderState struct {
|
||||
Start int
|
||||
End int
|
||||
Reader int
|
||||
}
|
||||
Reference in New Issue
Block a user