Use long type on video_resume_time setting
The setting VIDEO_RESUME_TIME use the long type, so it is necessary to put a long inside.
If an integer is used, settings.getLong
will crash with an InvalidCastException from Integer to Long.
The setting VIDEO_RESUME_TIME use the long type, so it is necessary to put a long inside.
If an integer is used, settings.getLong
will crash with an InvalidCastException from Integer to Long.
VideoLAN code repository instance