Media: Stop the "No active player found" spam.

This commit is contained in:
ItsLemmy
2025-10-09 23:55:58 -04:00
parent 254a3cfad6
commit 8c5968c721
+1 -1
View File
@@ -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
}