Comment on Get stremio to play videos again on Linux Mint 22.3
hirihit640@sh.itjust.works 1 week ago
For those that like the cli, you can use flatpak remote-info --log flathub com.stremio.Stremio to scroll through the list of past versions, and look for the “Commit” id of the version you want, then do:
flatpak update --commit=<commit id> com.stremio.Stremio
Then use flatpak mask to prevent further updates.