scanner: Add an extra level if there are multiple media locations.

Before, the top level of folder browsing could be messy if you were
using multiple media directories.  This should tidyt things up.
This commit is contained in:
Justin Maggard
2014-01-31 17:43:58 -08:00
parent 16b0963a5b
commit 5b35d3a165
2 changed files with 50 additions and 26 deletions

View File

@ -71,7 +71,7 @@ is_image(const char *file);
int64_t
get_next_available_id(const char *table, const char *parentID);
int
int64_t
insert_directory(const char *name, const char *path, const char *base, const char *parentID, int objectID);
int