Closed garymm closed 2 years ago
Fixes https://github.com/pannal/plex-for-kodi/issues/23
In some cases startOffset is None. This properly handles this cases. Without this fix, I've seen errors like TypeError: '>=' not supported between instances of 'int' and 'NoneType'.
TypeError: '>=' not supported between instances of 'int' and 'NoneType'
Thanks for the fix!
Fixes https://github.com/pannal/plex-for-kodi/issues/23
Description:
In some cases startOffset is None. This properly handles this cases. Without this fix, I've seen errors like
TypeError: '>=' not supported between instances of 'int' and 'NoneType'
.Checklist: