diff options
| author | chriszero <zerov83@gmail.com> | 2015-01-28 21:17:18 +0100 |
|---|---|---|
| committer | chriszero <zerov83@gmail.com> | 2015-01-28 21:17:18 +0100 |
| commit | 87eb8a9e931606da4197391b6e3a09376b1383c2 (patch) | |
| tree | 9427c28a2d7e9e44d4d77dc7fe53ff91f5152e23 /SubscriptionManager.h | |
| parent | 1da4dbe662e75be47e046472137c6bd72daa7b4d (diff) | |
| download | vdr-plugin-plex-87eb8a9e931606da4197391b6e3a09376b1383c2.tar.gz vdr-plugin-plex-87eb8a9e931606da4197391b6e3a09376b1383c2.tar.bz2 | |
- Counting played time correctly
- Implemented switching audiostreams
- Removed some compile warnings
Diffstat (limited to 'SubscriptionManager.h')
| -rw-r--r-- | SubscriptionManager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SubscriptionManager.h b/SubscriptionManager.h index b3f7f33..9d68e3c 100644 --- a/SubscriptionManager.h +++ b/SubscriptionManager.h @@ -26,7 +26,6 @@ class Subscriber virtual std::string to_string() { return "Subscriber-> Host: " + m_sHost + "; Port: " + std::string(itoa(m_iPort)) + "; Uuid:" + m_sUuid + "; CmdID:" + std::string(itoa(m_iCommandId)); - return ""; } private: |
