forked from Ninjalama/streamyfin_mirror
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