mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
8 lines
80 B
Go
8 lines
80 B
Go
package reader
|
|
|
|
type ReaderState struct {
|
|
Start int
|
|
End int
|
|
Reader int
|
|
}
|