mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-07 04:15:26 +00:00
Media: Stop the "No active player found" spam.
This commit is contained in:
@@ -126,7 +126,7 @@ Singleton {
|
||||
function findActivePlayer() {
|
||||
let availablePlayers = getAvailablePlayers()
|
||||
if (availablePlayers.length === 0) {
|
||||
Logger.log("Media", "No active player found")
|
||||
//Logger.log("Media", "No active player found")
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user