mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-04 04:58:30 +01:00
fix: re-fetch hls stream url on sub change
This commit is contained in:
@@ -109,6 +109,7 @@ const page: React.FC = () => {
|
|||||||
maxBitrate,
|
maxBitrate,
|
||||||
castDevice,
|
castDevice,
|
||||||
selectedAudioStream,
|
selectedAudioStream,
|
||||||
|
selectedSubtitleStream,
|
||||||
],
|
],
|
||||||
queryFn: async () => {
|
queryFn: async () => {
|
||||||
if (!api || !user?.Id || !sessionData) return null;
|
if (!api || !user?.Id || !sessionData) return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user