815ab193aa
increase lbrytv limit until tv transcoding warn about bitrate warn about strange types more reliably convey size limit message
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
declare type WebFile = {
|
|
name: string,
|
|
title?: string,
|
|
path?: string,
|
|
size: string,
|
|
type: string,
|
|
}
|