mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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,
|
|
}
|