Skip to content

Commit 773e4bf

Browse files
authored
Merge pull request #32 from acegoal07/dev
Update nfc_playlist_scene_emulation.c
2 parents 1aafa39 + 6c2ca1a commit 773e4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenes/nfc_playlist_scene_emulation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ int32_t nfc_playlist_emulation_task(void* context) {
6767

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

70-
if(!furi_string_cmpi_str(tmp_file_ext, ".nfc")) {
70+
if(!strcasestr(furi_string_get_cstr(tmp_file_ext), ".nfc")) {
7171
if(nfc_playlist->settings.skip_error) {
7272
skip_delay = true;
7373
continue;

0 commit comments

Comments
 (0)