Switch to unified view
a/upmpd/ohplaylist.cxx | b/upmpd/ohplaylist.cxx | ||
---|---|---|---|
... |
... |
||
548 | m_metacache[uri] = metadata; |
548 | m_metacache[uri] = metadata; |
549 | m_cachedirty = true; |
549 | m_cachedirty = true; |
550 | m_mpdqvers = -1; |
550 | m_mpdqvers = -1; |
551 | data.addarg("NewId", SoapArgs::i2s(id)); |
551 | data.addarg("NewId", SoapArgs::i2s(id)); |
552 | } |
552 | } |
553 | LOGDEB("OHPlaylist::insert: new id: " << id << endl); |
||
553 | } |
554 | } |
554 | maybeWakeUp(ok); |
555 | maybeWakeUp(ok); |
555 | return ok ? UPNP_E_SUCCESS : UPNP_E_INTERNAL_ERROR; |
556 | return ok ? UPNP_E_SUCCESS : UPNP_E_INTERNAL_ERROR; |
556 | } |
557 | } |
557 | 558 |