diericx / bevy

Self hosted software for distibuted video streaming using BitTorrent
75 stars 6 forks source link

Exhaust available qualities before returning none found error #32

Closed diericx closed 4 years ago

diericx commented 4 years ago

Currently, we only search the minimum quality and return whatever we get from that. We should loop through the other qualities and attempt to find a larger file if possible.