Skip to content
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

Open
SamTheManScripts opened this issue Mar 13, 2024 · 6 comments
Open

No video times in playlist view #283

SamTheManScripts opened this issue Mar 13, 2024 · 6 comments
Assignees
Labels
bug Reproducable bug cannot-reproduce Bug that so far can not be reproduced

Comments

@SamTheManScripts
Copy link

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

@munkhell
Copy link

i have the same problem.

@munkhell
Copy link

munkhell commented Jul 27, 2024

changed line 106 in PlaylistEntry.cs from "if (value.Equals(_duration)) return;" to "if (value == _duration) return;" fixed the issue for me.

@SamTheManScripts
Copy link
Author

@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

FredTungsten added a commit that referenced this issue Aug 20, 2024
@FredTungsten FredTungsten self-assigned this Aug 20, 2024
@FredTungsten FredTungsten added bug Reproducable bug cannot-reproduce Bug that so far can not be reproduced labels Aug 20, 2024
@FredTungsten
Copy link
Owner

@munkhell
Copy link

Installed ScriptPlayer-Debug-1.2.1.433 and it works fine for me.
Note you need to empty playlist as it's cached zero time.

@FredTungsten
Copy link
Owner

Thanks for the feedback (and the fix!) 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Reproducable bug cannot-reproduce Bug that so far can not be reproduced
Projects
Status: Open Issues
Development

No branches or pull requests

3 participants