mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 20:24:27 -04:00
Format code
This commit is contained in:
parent
7baa586738
commit
d047e5d48a
@ -8,14 +8,14 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type FileStream struct {
|
type FileStream struct {
|
||||||
ready sync.WaitGroup
|
ready sync.WaitGroup
|
||||||
err error
|
err error
|
||||||
Path string
|
Path string
|
||||||
Out string
|
Out string
|
||||||
Keyframes *Keyframe
|
Keyframes *Keyframe
|
||||||
Info *MediaInfo
|
Info *MediaInfo
|
||||||
videos CMap[Quality, *VideoStream]
|
videos CMap[Quality, *VideoStream]
|
||||||
audios CMap[int32, *AudioStream]
|
audios CMap[int32, *AudioStream]
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewFileStream(path string, sha string, route string) *FileStream {
|
func NewFileStream(path string, sha string, route string) *FileStream {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user