[filescanner] Add http stream to the library prior to adding to a

persistent playlist
This commit is contained in:
chme
2018-04-12 20:43:05 +02:00
committed by ejurgensen
parent 60ebac076b
commit 7dd8955a92
6 changed files with 76 additions and 63 deletions

View File

@@ -78,6 +78,9 @@ enum query_type {
/* Max value for media_file_info->rating (valid range is from 0 to 100) */
#define DB_FILES_RATING_MAX 100
/* Magic id for media_file_info objects that are not stored in the files database table */
#define DB_MEDIA_FILE_NON_PERSISTENT_ID 9999999
struct query_params {
/* Query parameters, filled in by caller */
enum query_type type;