Switch to unified view

a/src/avtransport.cxx b/src/avtransport.cxx
...
...
671
        tactions += ",Play,Stop,Seek";
671
        tactions += ",Play,Stop,Seek";
672
        break;
672
        break;
673
    default:
673
    default:
674
        tactions += ",Play";
674
        tactions += ",Play";
675
    }
675
    }
676
    data.addarg("CurrentTransportActions", tactions);
676
    data.addarg("Actions", tactions);
677
    return UPNP_E_SUCCESS;
677
    return UPNP_E_SUCCESS;
678
}
678
}
679
679
680
int UpMpdAVTransport::seek(const SoapIncoming& sc, SoapOutgoing& data)
680
int UpMpdAVTransport::seek(const SoapIncoming& sc, SoapOutgoing& data)
681
{
681
{