Skip to content

Telegram Drive v1.9.9

Choose a tag to compare

@github-actions github-actions released this 13 Jul 21:02

Bug Fixes & UI Enhancements

  • Video Playback Stability
    • Resolved MediaSource buffer corruption error ("Invalid data found while parsing box") triggered during directory sorting.
    • Implemented state isolation using unique file IDs as React keys on the media player, preventing React from recycling HTMLMediaElement nodes and mixing video data streams.
    • Added explicit MediaSource stream termination and video element source reset during player unmount.
  • File Card UI Layout Fixes
    • Corrected overlap issues between file names, metadata badges, and file type icons.
    • Restricted the icon container boundaries to avoid collision with the bottom info overlay on smaller or resized cards.
    • Added flex wrap and shrink constraints to file card metadata rows to handle narrow viewport dimensions.
  • Shift-Click Range Selection
    • Fixed range selection index calculations to align with the visually sorted file list instead of the raw backend array.