Switch to unified view

a/upadapt/ohpladapt.h b/upadapt/ohpladapt.h
...
...
73
            return;
73
            return;
74
        }
74
        }
75
        seekSecondAbsolute(secs);
75
        seekSecondAbsolute(secs);
76
    }
76
    }
77
77
78
    // The duration is sometimes not set in the didl metadata and the
79
    // playlist app object may be able to retrieve it from ohtime. We
80
    // then get the info through this method.
81
    void setSongSecs(int secs) {
82
        m_songsecs = secs;
83
    }
84
    
78
    // Insert after idx
85
    // Insert after idx
79
    void insertTracks(const MetaDataList& meta, int idx) {
86
    void insertTracks(const MetaDataList& meta, int idx) {
80
        while (m_ininsert) {
87
        while (m_ininsert) {
81
            qDebug() << "OHPlayer::insertTracks: already active";
88
            qDebug() << "OHPlayer::insertTracks: already active";
82
            return;
89
            return;