mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
swap preload / cache fields to match title
This commit is contained in:
@@ -205,7 +205,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) {
|
||||
<LoadingProgress
|
||||
value={Filled}
|
||||
fullAmount={bufferSize}
|
||||
label={`${humanizeSize(Filled) || '0 B'} / ${humanizeSize(bufferSize)}`}
|
||||
label={`${humanizeSize(bufferSize)} / ${humanizeSize(Filled) || '0 B'}`}
|
||||
/>
|
||||
</SectionHeader>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user