mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 19:27:33 +01:00
fix minflux edit-tag integration
This commit is contained in:
parent
d63035fe92
commit
f0904b21c6
@ -72,7 +72,7 @@ QNetworkReply::NetworkError GreaderNetwork::editLabels(const QString& state,
|
||||
|
||||
args += working_subset.join(QL1C('&'));
|
||||
|
||||
if (m_service == GreaderServiceRoot::Service::Reedah) {
|
||||
if (m_service == GreaderServiceRoot::Service::Reedah || m_service == GreaderServiceRoot::Service::Miniflux) {
|
||||
args += QSL("&%1").arg(tokenParameter());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user