Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebanye authored Oct 17, 2021
1 parent 682fd90 commit adba140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/music/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get(self, request, *args, **kwargs):
"data": {
"name": "Music Plugin",
"description": "This is a virtual lounge where people can add, watch and listen to YouTube videos or music",
"group_name": [],
"group_name": "music",
"category": "entertainment",
"show_group": False,
"button_url": f"/music/{org_id}/{roomid}",
Expand Down Expand Up @@ -136,7 +136,7 @@ def get(self, request, *args, **kwargs):
"organisation_id": org_id,
"room_id": roomid,
"user_id": user_id,
"group_name": [],
"group_name": "music",
"show_group": False,
"category": "entertainment",
"public_rooms": [pub_room],
Expand All @@ -156,7 +156,7 @@ def get(self, request, *args, **kwargs):
"organisation_id": org_id,
"room_id": roomid,
"user_id": user_id,
"group_name": [],
"group_name": "music",
"show_group": False,
"category": "entertainment",
"public_rooms": [pub_room],
Expand Down

0 comments on commit adba140

Please sign in to comment.