diff options
author | methodus <methodus@web.de> | 2012-10-15 00:40:17 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-15 00:40:17 +0200 |
commit | 9a99d7295fc3ac0cda69e695a6286cddd2fe587d (patch) | |
tree | 1877ed577c77992954a7abb4015355ab0707140a /media/mediaManager.cpp | |
parent | 9477809ce23623f1ad9da06482d9b4c0ff045445 (diff) | |
download | vdr-plugin-upnp-9a99d7295fc3ac0cda69e695a6286cddd2fe587d.tar.gz vdr-plugin-upnp-9a99d7295fc3ac0cda69e695a6286cddd2fe587d.tar.bz2 |
Continued recProvider to stream recordings. Finished vdrDVBProfiler. It detects Codec without ffmpeg.
Diffstat (limited to 'media/mediaManager.cpp')
-rw-r--r-- | media/mediaManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/mediaManager.cpp b/media/mediaManager.cpp index 01fdea7..25e44f1 100644 --- a/media/mediaManager.cpp +++ b/media/mediaManager.cpp @@ -906,7 +906,7 @@ bool cMediaManager::RefreshObject(cMetadata& metadata){ .setString("protocolInfo", (*it).GetProtocolInfo()); ((*it).GetSize()) ? - resourcestmt2.setInt("size",(*it).GetSize()) : + resourcestmt2.setLong("size",(*it).GetSize()) : resourcestmt2.setNull("size"); (!(*it).GetDuration().empty()) ? |