mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-22 00:34:43 +01:00
chore: code improvements refactor
This commit is contained in:
@@ -42,8 +42,6 @@ export const DownloadItem: React.FC<DownloadProps> = ({
|
||||
|
||||
const source = playbackInfo.MediaSources?.[0];
|
||||
|
||||
console.log("Source:", JSON.stringify(source));
|
||||
|
||||
if (source?.SupportsDirectPlay && item.CanDownload) {
|
||||
downloadMedia(item);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user