mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
Move downloads to a cache directory
- cleanup cache during apps first cold start - Downloads now saved in cacheDirectory and moved to documents when verified complete - Bring back download size to episode card - Improve reading a files size if its a known downloaded file - Added decimal to divisor in bytesToReadable for more accurate file size conversions
This commit is contained in:
@@ -91,6 +91,7 @@ export const EpisodeCard: React.FC<EpisodeCardProps> = ({ item, ...props }) => {
|
||||
<Text className="text-xs text-neutral-500">
|
||||
{runtimeTicksToSeconds(item.RunTimeTicks)}
|
||||
</Text>
|
||||
<DownloadSize items={[item]} />
|
||||
</View>
|
||||
</View>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user