maximeB

Results 3 comments of maximeB

I faced the same issue, so I dug in and found out it's rather my browser (Firefox ver 88) that doesn't support mkv (or avi) yet supports mp4. Most recent...

The same is even trickier when you expect something _not_ to throw. For instance, the following pass unhindered: ```Ts expect(() => { throw Error(); }).not.to.throw; ```

My bad another search in the closed issue showed this is a duplicate of https://github.com/navidrome/navidrome/issues/1893