You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
- Code cleanup
- Refactor some objects
- Fix double cover fetch issue
- Fix Textbox overflows
Known issues:
- There is a bug that crashes the entire Application. Looking for it.
- If song has quote in its name it crashes whole database system (which also enables SQL Injection but since this is a local database application it doesnt matter that much). Rich Presence works but no data saved in database.
string[]res={(cover.animated==true&&cover.animatedURL!=null)?cover.animatedURL:(cover.source!=null)?cover.source:thrownewException("Source not found."),cover.redirURL,album};
91
+
WebSongResponseres=newWebSongResponse(
92
+
(
93
+
cover.animated==true&&cover.animatedURL!=null)?cover.animatedURL:(cover.source!=null)?cover.source:thrownewException("Source not found."),
if(System.Windows.MessageBox.Show("FFmpeg not found. Do you want to specify the path?","FFmpeg not found.",MessageBoxButton.YesNo,MessageBoxImage.Question,MessageBoxResult.Yes)==MessageBoxResult.Yes)
0 commit comments