add-ons / plugin.video.viervijfzes

Kodi add-on to watch video-on-demand content from the Play 4, Play 5 and Play 6 channels.
https://github.com/add-ons/plugin.video.viervijfzes/wiki
GNU General Public License v3.0
50 stars 10 forks source link

Fix authentication on some older Android devices #58

Closed michaelarnauts closed 3 years ago

michaelarnauts commented 3 years ago

It seems that some older Android devices don't understand the %-d syntax of strftime, so modifying the date-portion to use the date directly instead of relying on strftime helps fix this issue.

This has been reported on a Android 7.1.2 API level 25, kernel: Linux ARM 32-bit version 3.14.29

Fixes #41