diff --git a/saoriview.cpp b/saoriview.cpp index af35987..93dcd1e 100644 --- a/saoriview.cpp +++ b/saoriview.cpp @@ -549,7 +549,7 @@ void SaoriView::relationship(qlonglong id, QJsonObject data) { QStringList t = m_viewname.split(':'); - if (t[1].toInt() == id) { + if (t[1].toLongLong() == id) { headerParser(m_header, data["following"].toBool(), data["followed_by"].toBool(),