LiveStream update, added type making it easy for playback

This commit is contained in:
killer069
2021-08-20 23:37:30 +05:30
parent 98ccbb9671
commit f8d72f85d3
4 changed files with 123 additions and 94 deletions

View File

@@ -1,3 +1,3 @@
export { search } from './search'
export { stream, stream_from_info, stream_type } from './stream'
export { stream, stream_from_info } from './stream'
export * from './utils'