Add comment to idle filter

This commit is contained in:
Thomas Adamcik 2011-07-23 14:47:35 +02:00
parent 0e58d771cd
commit b33e66b0c8

View File

@ -135,7 +135,7 @@ class MpdDispatcher(object):
return []
if not self._is_currently_idle() and self._is_noidle(request):
return []
return [] # noidle was called before idle
response = self._call_next_filter(request, response, filter_chain)