openHPI / xikolo-android

📱 Android App of the HPI MOOC Platform
https://play.google.com/store/apps/dev?id=7185448023325736337
GNU General Public License v3.0
41 stars 15 forks source link

Fix for video singleStream null crash #200

Closed bengelhaupt closed 4 years ago

bengelhaupt commented 4 years ago

The video https://open.hpi.de/api/v2/videos/d3b1f55f-2e7b-4f5c-9d9b-296ed12b7eec does not have a valid singleStream (urls are null) but only lecturer and slides stream which caused crashes. This fix provides a fallback to one of these in case the singleStream is missing.