예제 #1
0
파일: library.py 프로젝트: UDJ/UDJ-Server
def getNonExistantLibIds(songIds, library):
  return filter(lambda x: not LibraryEntry.songExists(x, library.id), songIds)
예제 #2
0
def getNonExistantLibIds(songIds, player):
  return filter(lambda x: not LibraryEntry.songExists(x, player.DefaultLibrary, player), songIds)