Simplify code for checking whether a playlist is a static playlist
Existing code used a for-loop to check whether a given playlist was
static or not; this was slightly inefficient. The for-loop has been replaced
with a simple in
statement to test whether the given playlist is in the
list of static playlists.