stremio-web/src/routes/Player
Lachezar Lechev 4c407392dd
fix(player): options video - download video should prefer downloadUrl instead of streamingUrl
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-11-27 12:14:02 +02:00
..
AudioMenu refactor: move components to their own folder 2024-12-31 18:34:22 +01:00
BufferingLoader refactor: use dedicated component for context menu 2025-03-19 18:30:08 +01:00
ControlBar fix(Player): on options menu open crash 2025-04-10 16:46:19 +03:00
Error refactor: use dedicated component for context menu 2025-03-19 18:30:08 +01:00
Indicator fix(Player): hide indicator if subtitles menu is open 2025-07-03 11:22:14 +02:00
NextVideoPopup fix(MetaDetails): added missing translation keys 2025-05-23 18:03:47 +03:00
OptionsMenu fix(player): options video - download video should prefer downloadUrl instead of streamingUrl 2025-11-27 12:14:02 +02:00
SideDrawer feat: scroll to last watched video on details page 2025-07-15 17:00:08 +02:00
SideDrawerButton refactor: remove unecessary props 2025-03-19 19:23:40 +01:00
SpeedMenu refactor: move components to their own folder 2024-12-31 18:34:22 +01:00
StatisticsMenu fix: replace all remaining untranslated strings with translation keys 2025-05-28 17:17:34 +03:00
SubtitlesMenu chore: fix all typos and misspellings 2025-09-27 16:23:06 +03:00
Video refactor: use dedicated component for context menu 2025-03-19 18:30:08 +01:00
VideosMenu refactor: move components to their own folder 2024-12-31 18:34:22 +01:00
VolumeChangeIndicator chore: ControlBar & VolumeChangeIndicator show volume=0 with muted icon 2025-03-21 20:55:34 +02:00
index.js refactor: update copyright header year 2023-06-09 19:16:32 +02:00
Player.js fix: player and useStatistics - use player.stream 2025-11-26 21:10:23 +02:00
styles.less feat: add player subtitles delay shortcuts 2025-06-16 15:22:10 +02:00
usePlayer.d.ts refactor(Player): format type declaration 2024-11-28 09:23:10 +01:00
usePlayer.js fix: Player - TimeChanged & Seek duration now has Math.max(0, x) 2025-07-15 22:04:57 +03:00
useStatistics.js fix: player and useStatistics - use player.stream 2025-11-26 21:10:23 +02:00
useVideo.js fix: useVideo check current before destroying 2025-10-30 11:28:51 +02:00