| 
														
															@@ -42,7 +42,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	owner: { type: String }, 
														 | 
														
														 | 
														
															 	owner: { type: String }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	partyMode: { type: Boolean }, 
														 | 
														
														 | 
														
															 	partyMode: { type: Boolean }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	playMode: { type: String, enum: ["random", "sequential"], default: "random" }, 
														 | 
														
														 | 
														
															 	playMode: { type: String, enum: ["random", "sequential"], default: "random" }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	theme: { type: String, enum: ["blue", "purple", "teal", "orange"], default: "blue" }, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	theme: { type: String, enum: ["blue", "purple", "teal", "orange", "red"], default: "blue" }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	includedPlaylists: [{ type: String }], 
														 | 
														
														 | 
														
															 	includedPlaylists: [{ type: String }], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	excludedPlaylists: [{ type: String }], 
														 | 
														
														 | 
														
															 	excludedPlaylists: [{ type: String }], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	documentVersion: { type: Number, default: 6, required: true } 
														 | 
														
														 | 
														
															 	documentVersion: { type: Number, default: 6, required: true } 
														 |