File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 3737 "beatmapSelect:download:errorStatusCode" : " Error: HTTP %{code}" ,
3838 "beatmapSelect:download:errorGeneric" : " Error: %{message}" ,
3939 "beatmapSelect:download:ready" : " Ready" ,
40- "beatmapSelect:download:refreshed" : " List refreshed" ,
4140 "beatmapSelect:download:title" : " Beatmap Downloader" ,
4241 "beatmapSelect:download:view" : " Beatmap Info" ,
4342 "beatmapSelect:insert" : " Insert Beatmaps" ,
Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ local function downloadFinishCallback(self)
294294 if dldata then
295295 local mapData = table.concat (dldata .data )
296296 -- Save map data and initialize
297- setStatusText (self , L " beatmapSelect:download:refreshed" )
298297 async .runFunction (initializeBeatmapList ):run (self , mapData , dldata .header .etag )
299298 self .persist .downloadData = nil
300299 end
You can’t perform that action at this time.
0 commit comments