Expose playlist and remote apps paths in headers

This commit is contained in:
Willy-JL
2023-07-02 19:10:51 +02:00
parent 2ca1d2ef0b
commit 1c7eec04dd
5 changed files with 9 additions and 10 deletions

View File

@@ -22,8 +22,6 @@
#include "playlist_file.h"
#include "canvas_helper.h"
#define PLAYLIST_FOLDER EXT_PATH("subghz/playlist")
#define PLAYLIST_EXT ".txt"
#define TAG "Playlist"
#define STATE_NONE 0

View File

@@ -4,4 +4,7 @@
#include <storage/storage.h>
#define PLAYLIST_FOLDER EXT_PATH("subghz/playlist")
#define PLAYLIST_EXT ".txt"
int playlist_count_playlist_items(Storage* storage, const char* file_path);