Switch to unified view

a/src/mediaserver/contentdirectory.hxx b/src/mediaserver/contentdirectory.hxx
...
...
32
                         public CDPluginServices {
32
                         public CDPluginServices {
33
public:
33
public:
34
    ContentDirectory(MediaServer *dev);
34
    ContentDirectory(MediaServer *dev);
35
    ~ContentDirectory();
35
    ~ContentDirectory();
36
36
37
    /// Returns something like "/tidal" (no end slash)
38
    virtual std::string getpathprefix(CDPlugin *);
39
    /// Return plugin based on path prefix
37
    /// Return plugin based on path prefix
40
    CDPlugin *getpluginforpath(const std::string& path);
38
    CDPlugin *getpluginforpath(const std::string& path);
41
39
42
    /// Retrieve the IP address and port for the libupnp server. URLs
40
    /// Retrieve the IP address and port for the libupnp server. URLs
43
    /// intended to be served this way (by adding a vdir) should use
41
    /// intended to be served this way (by adding a vdir) should use