| 
														
															@@ -30,6 +30,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							'item-draggable': isAdminOnly() || isOwnerOnly() 
														 | 
														
														 | 
														
															 							'item-draggable': isAdminOnly() || isOwnerOnly() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						}" 
														 | 
														
														 | 
														
															 						}" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						:disabled-actions="[]" 
														 | 
														
														 | 
														
															 						:disabled-actions="[]" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						:ref="`song-item-${index}`" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					> 
														 | 
														
														 | 
														
															 					> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<template 
														 | 
														
														 | 
														
															 						<template 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							v-if="isAdminOnly() || isOwnerOnly()" 
														 | 
														
														 | 
														
															 							v-if="isAdminOnly() || isOwnerOnly()" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -253,6 +254,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			); 
														 | 
														
														 | 
														
															 			); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}, 
														 | 
														
														 | 
														
															 		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		moveSongToTop(song, index) { 
														 | 
														
														 | 
														
															 		moveSongToTop(song, index) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			this.$refs[`song-item-${index}`].$refs.songActions.tippy.hide(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			this.repositionSongInQueue({ 
														 | 
														
														 | 
														
															 			this.repositionSongInQueue({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				moved: { 
														 | 
														
														 | 
														
															 				moved: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					element: song, 
														 | 
														
														 | 
														
															 					element: song, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -262,6 +265,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			}); 
														 | 
														
														 | 
														
															 			}); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}, 
														 | 
														
														 | 
														
															 		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		moveSongToBottom(song, index) { 
														 | 
														
														 | 
														
															 		moveSongToBottom(song, index) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			this.$refs[`song-item-${index}`].$refs.songActions.tippy.hide(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			this.repositionSongInQueue({ 
														 | 
														
														 | 
														
															 			this.repositionSongInQueue({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				moved: { 
														 | 
														
														 | 
														
															 				moved: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					element: song, 
														 | 
														
														 | 
														
															 					element: song, 
														 |