We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c6288 commit 68496eeCopy full SHA for 68496ee
1 file changed
scripts/download_song_from_url/download_song_from_url.gml
@@ -64,7 +64,7 @@ function download_song_from_url() {
64
show_debug_message(override_fn);
65
load_song(song_download_file, true); // load as backup file (keep unsaved, don't add to recent etc.)
66
if (override_fn != "") {
67
- song_download_display_name = override_fn; // override title bar display name
+ song_download_display_name = filename_change_ext(override_fn, ""); // override title bar display name
68
}
69
files_delete_lib(song_download_file);
70
} else {
0 commit comments