Ivan Greenking 2 years ago
parent
commit
537fccfce9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      models.js

+ 6 - 0
models.js

@@ -104,6 +104,12 @@ module.exports = async (dbName='player') => {
                 }
             }
 
+		static get guestRelations(){
+			return ["playlists"]
+		}
+
+	
+
         }
         SlicedSavable.addClass(Track)