Merge pull request #1281 from G10h4ck/filesharing_apiv2_improvements

Extend a bit filesharing JSON API v2
This commit is contained in:
G10h4ck 2018-06-07 17:53:26 +02:00 committed by GitHub
commit e5c72481ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 128 additions and 4 deletions

View file

@ -168,10 +168,9 @@ public:
class RsFiles
{
public:
RsFiles() { return; }
virtual ~RsFiles() { return; }
public:
RsFiles() {}
virtual ~RsFiles() {}
/**
* Provides file data for the gui: media streaming or rpc clients.