From b1c6f21ad8394d5a15ec4eb84e440f09c07f333e Mon Sep 17 00:00:00 2001 From: methodus Date: Mon, 22 Oct 2012 14:31:47 +0200 Subject: Fixed static initialization bug. Fixed linefeed bug --- media/mediaManager.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'media') diff --git a/media/mediaManager.cpp b/media/mediaManager.cpp index a2eeb36..fdfaaed 100644 --- a/media/mediaManager.cpp +++ b/media/mediaManager.cpp @@ -5,8 +5,8 @@ * Author: savop */ -#include "../include/webserver.h" #include "../include/media/mediaManager.h" +#include "../include/webserver.h" #include "../include/pluginManager.h" #include "../include/server.h" #include "../include/parser.h" @@ -196,14 +196,14 @@ bool cMediaManager::UpdateContainerUpdateId(const string& objectID, long int upd StringList cMediaManager::GetSearchCapabilities() const { StringList list; - list.push_back(property::object::KEY_TITLE); - list.push_back(property::object::KEY_CREATOR); - list.push_back(property::object::KEY_DESCRIPTION); - list.push_back(property::object::KEY_LONG_DESCRIPTION); - list.push_back(property::object::KEY_CLASS); - list.push_back(property::object::KEY_DATE); - list.push_back(property::object::KEY_LANGUAGE); - list.push_back(property::resource::KEY_PROTOCOL_INFO); +// list.push_back(property::object::KEY_TITLE); +// list.push_back(property::object::KEY_CREATOR); +// list.push_back(property::object::KEY_DESCRIPTION); +// list.push_back(property::object::KEY_LONG_DESCRIPTION); +// list.push_back(property::object::KEY_CLASS); +// list.push_back(property::object::KEY_DATE); +// list.push_back(property::object::KEY_LANGUAGE); +// list.push_back(property::resource::KEY_PROTOCOL_INFO); return list; } -- cgit v1.2.3