diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/UpnpDatabasePlugin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/db/UpnpDatabasePlugin.cxx b/src/db/UpnpDatabasePlugin.cxx index 263494439..7b2f4996b 100644 --- a/src/db/UpnpDatabasePlugin.cxx +++ b/src/db/UpnpDatabasePlugin.cxx @@ -570,10 +570,6 @@ UpnpDatabase::VisitServer(ContentDirectoryService &server, if (!Namei(server, vpath, objid, tdirent, error)) return false; - if (objid.empty()) - // Not found, not a fatal error - return true; - /* If recursive is set, this is a search... No use sending it if the filter is empty. In this case, we implement limited recursion (1-deep) here, which will handle the "add dir" |