Skip to content

Commit

Permalink
Update nfc_playlist_scene_emulation.c
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Jun 16, 2024
1 parent a1526ac commit 6c2ca1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/nfc_playlist_scene_emulation.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int32_t nfc_playlist_emulation_task(void* context) {

int time_counter_ms = (options_emulate_timeout[nfc_playlist->settings.emulate_timeout]*1000);

if(!furi_string_cmpi_str(tmp_file_ext, ".nfc")) {
if(!strcasestr(furi_string_get_cstr(tmp_file_ext), ".nfc")) {
if(nfc_playlist->settings.skip_error) {
skip_delay = true;
continue;
Expand Down

0 comments on commit 6c2ca1a

Please sign in to comment.