Switch to unified view

a/src/ohplaylist.cxx b/src/ohplaylist.cxx
...
...
405
        tstate = "Paused";
405
        tstate = "Paused";
406
        break;
406
        break;
407
    default:
407
    default:
408
        tstate = "Stopped";
408
        tstate = "Stopped";
409
    }
409
    }
410
    data.addarg("TransportState", tstate);
410
    data.addarg("Value", tstate);
411
    return UPNP_E_SUCCESS;
411
    return UPNP_E_SUCCESS;
412
}
412
}
413
413
414
// Skip to track specified by Id
414
// Skip to track specified by Id
415
int OHPlaylist::seekId(const SoapIncoming& sc, SoapOutgoing& data)
415
int OHPlaylist::seekId(const SoapIncoming& sc, SoapOutgoing& data)