-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No video times in playlist view #283
Comments
i have the same problem. |
changed line 106 in PlaylistEntry.cs from "if (value.Equals(_duration)) return;" to "if (value == _duration) return;" fixed the issue for me. |
@FredTungsten Just notifying of the fix found above Unfortunately I cant compile and run the application myself locally, so waiting on bated breath for this longstanding issue to be resolved |
Does v1.2.1.433 (https://ci.appveyor.com/project/FredTungsten/scriptplayer/build/job/gsbgis0hshhxgrlt/artifacts) fix this issue for you? |
Installed ScriptPlayer-Debug-1.2.1.433 and it works fine for me. |
Thanks for the feedback (and the fix!) 👍 |
All the times of videos in my playlist view are 0:00. I see there was another issue opened with the same problem. Was it ever resolved? I don't see a conclusion in the original issue: #126
The text was updated successfully, but these errors were encountered: