mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-03 23:51:52 +01:00
fix: remove anything regarding downloads
This commit is contained in:
@@ -12,7 +12,6 @@ import { SubtitleHelper } from "@/utils/SubtitleHelper";
|
||||
|
||||
interface DropdownViewProps {
|
||||
showControls: boolean;
|
||||
offline?: boolean; // used to disable external subs for downloads
|
||||
}
|
||||
|
||||
const DropdownView: React.FC<DropdownViewProps> = ({ showControls }) => {
|
||||
|
||||
Reference in New Issue
Block a user