Update IPTVPlayer.tsx

This commit is contained in:
Katelya
2025-08-29 13:26:11 +08:00
committed by GitHub
parent b8e1eaab17
commit b30a2e2f2e
+2 -1
View File
@@ -1,5 +1,6 @@
'use client';
import { Settings } from 'lucide-react';
import { useEffect, useRef, useState } from 'react';
import { Maximize, Pause, Play, Volume2, VolumeX } from 'lucide-react';
@@ -219,4 +220,4 @@ export function IPTVPlayer({ channels, currentChannel, onChannelChange: _onChann
);
}
export default IPTVPlayer;
export default IPTVPlayer;