mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-03 12:06:41 +00:00
Format code
This commit is contained in:
@@ -8,14 +8,14 @@ import (
|
||||
)
|
||||
|
||||
type FileStream struct {
|
||||
ready sync.WaitGroup
|
||||
err error
|
||||
Path string
|
||||
Out string
|
||||
Keyframes *Keyframe
|
||||
Info *MediaInfo
|
||||
videos CMap[Quality, *VideoStream]
|
||||
audios CMap[int32, *AudioStream]
|
||||
ready sync.WaitGroup
|
||||
err error
|
||||
Path string
|
||||
Out string
|
||||
Keyframes *Keyframe
|
||||
Info *MediaInfo
|
||||
videos CMap[Quality, *VideoStream]
|
||||
audios CMap[int32, *AudioStream]
|
||||
}
|
||||
|
||||
func NewFileStream(path string, sha string, route string) *FileStream {
|
||||
|
||||
Reference in New Issue
Block a user