added permissions api and websocket stuff
This commit is contained in:
@@ -70,7 +70,7 @@ class UserFavoriteRecorders(Resource):
|
||||
args = generic_id_parser.parse_args()
|
||||
current_user_id = get_jwt_identity()
|
||||
user = User.get_by_identifier(current_user_id)
|
||||
print(user)
|
||||
print(args)
|
||||
recorder = Recorder.get_by_identifier(args["id"])
|
||||
print(recorder)
|
||||
if recorder is None:
|
||||
|
||||
Reference in New Issue
Block a user