Skip to content

Commit

Permalink
Update nfc_playlist_scene_playlist_select.c
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Apr 23, 2024
1 parent 67d8655 commit 801ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/nfc_playlist_scene_playlist_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void nfc_playlist_playlist_select_scene_on_enter(void* context) {
PLAYLIST_LOCATION,
true,
true,
&I_Nfc_10px,
&I_unknown_10px,
true);
file_browser_set_callback(nfc_playlist->file_browser, nfc_playlist_playlist_select_menu_callback, nfc_playlist);
FuriString* tmp_str = furi_string_alloc_set_str(PLAYLIST_LOCATION);
Expand Down

0 comments on commit 801ed11

Please sign in to comment.