mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 12:08:35 -07:00
Fix playlist
This commit is contained in:
@@ -681,10 +681,10 @@ int32_t playlist_app(void* p) {
|
|||||||
DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);
|
DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);
|
||||||
DialogsFileBrowserOptions browser_options;
|
DialogsFileBrowserOptions browser_options;
|
||||||
dialog_file_browser_set_basic_options(&browser_options, PLAYLIST_EXT, &I_sub1_10px);
|
dialog_file_browser_set_basic_options(&browser_options, PLAYLIST_EXT, &I_sub1_10px);
|
||||||
browser_options.hide_ext = false;
|
browser_options.base_path = PLAYLIST_FOLDER;
|
||||||
|
|
||||||
|
bool res = dialog_file_browser_show(dialogs, app->file_path, app->file_path, &browser_options);
|
||||||
|
|
||||||
const bool res =
|
|
||||||
dialog_file_browser_show(dialogs, app->file_path, app->file_path, &browser_options);
|
|
||||||
furi_record_close(RECORD_DIALOGS);
|
furi_record_close(RECORD_DIALOGS);
|
||||||
// check if a file was selected
|
// check if a file was selected
|
||||||
if(!res) {
|
if(!res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user