Closed vcalderondev closed 4 years ago
Line 143, in /opt/bleemsync_ui/wwwroot/lib/bleemsync/game-manager.js
If you didn't add the release date, you can't manage the title.
I've fixed with this simple validation:
data.ReleaseDate = data.ReleaseDate != null ? data.ReleaseDate.split('T')[0] : '';
Sorry, my english isn't good enough.
Thanks!
Line 143, in /opt/bleemsync_ui/wwwroot/lib/bleemsync/game-manager.js
If you didn't add the release date, you can't manage the title.
I've fixed with this simple validation:
data.ReleaseDate = data.ReleaseDate != null ? data.ReleaseDate.split('T')[0] : '';
Sorry, my english isn't good enough.
Thanks!