namidaco/namida@f017377 feat(yt): show channel watermark in fullscreen (optional) ref: #227
namidaco/namida@2afb697 fix: hide shorts in horizontal history not normal history page
namidaco/namida@61bc5df core(yt): massive playback fixes & improvements
- when playing cached video & streamed audio
- adding video/audio info after they are cached
- other silly fixes
namidaco/namida@dc1d784 core(yt): identify av1 & vp9 streams and present them separate cache file
namidaco/namida@0ad3722 chore: allow yt download notifications to be dissmissible when paused
namidaco/namida@9f48569 chore: freaky adjustments
namidaco/namida@16cdb22 chore: option to sort albums by record label
namidaco/namida@44b767e core: manage queue reoder/remove lock mechanism internally & optimize reordering & shuffling all queue
by using List.move() instead of removeAt() & insert() & shuffle ranged instead of removing current item, shuffle, put current item