Browse Source

Adding songs to queue hotfix.

KrisVos130 8 years ago
parent
commit
7ec61a5624
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/logic/actions/queueSongs.js

+ 1 - 1
backend/logic/actions/queueSongs.js

@@ -105,7 +105,7 @@ module.exports = {
 						genres: [],
 						duration,
 						skipDuration: 0,
-						thumbnail: '',
+						thumbnail: 'empty',
 						explicit: false,
 						requestedBy: userId,
 						requestedAt