lbryio / spee.ch

An image hosting service on top of the LBRY protocol.
https://spee.ch
MIT License
186 stars 77 forks source link

uses lbrynet as fallback to get file extension #827

Closed jessopb closed 5 years ago

jessopb commented 5 years ago

Previous behavior: AssetInfo would show undefined in place of file extensions ever since switching to chainquery.

Current bahavior: fileExtension comes from lbrynet get as a fallback mechanism for legacy assets because:

Future intended behavior: fileExt is correctly reported in content_type in the new lbrynet daemon.