config option to (not) filter duplicate media controls

This commit is contained in:
end-4
2025-08-07 21:39:48 +07:00
parent f8d162d995
commit f581fd4821
2 changed files with 9 additions and 2 deletions
@@ -198,6 +198,11 @@ Singleton {
}
}
property JsonObject media: JsonObject {
// Attempt to remove dupes (the aggregator playerctl one and browsers' native ones when there's plasma browser integration)
property bool filterDuplicatePlayers: true
}
property JsonObject networking: JsonObject {
property string userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36"
}