Ivan Greenking 2 năm trước cách đây
mục cha
commit
537fccfce9
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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)