mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 04:28:36 -07:00
Dolphin deeds done in loader, exclude games/media
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
#include <lib/subghz/transmitter.h>
|
||||
#include <lib/subghz/protocols/raw.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
|
||||
#include "playlist_file.h"
|
||||
#include "canvas_helper.h"
|
||||
@@ -721,8 +720,6 @@ void playlist_free(Playlist* app) {
|
||||
}
|
||||
|
||||
int32_t playlist_app(char* p) {
|
||||
dolphin_deed(DolphinDeedPluginStart);
|
||||
|
||||
// create playlist folder
|
||||
{
|
||||
Storage* storage = furi_record_open(RECORD_STORAGE);
|
||||
|
||||
Reference in New Issue
Block a user