cmd/streamdata: print VOD pathname
Useful for accessing the file externally. Signed-off-by: Yonah <contrib@gensokyo.uk>
This commit is contained in:
@@ -201,6 +201,7 @@ func main() {
|
|||||||
return syscall.ENOENT
|
return syscall.ENOENT
|
||||||
} else {
|
} else {
|
||||||
printVOD(v)
|
printVOD(v)
|
||||||
|
fmt.Println("Path :", channel.Path(&ident))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user