크리에이터 채널
- 콘텐츠, 라이브 개수 최대 4개에서 3개로 변경
This commit is contained in:
		| @@ -215,7 +215,7 @@ class ExplorerService( | ||||
|             creatorId, | ||||
|             userMember = member, | ||||
|             timezone = timezone, | ||||
|             limit = 4 | ||||
|             limit = 3 | ||||
|         ) | ||||
|  | ||||
|         // 오디오 콘텐츠 | ||||
| @@ -224,7 +224,7 @@ class ExplorerService( | ||||
|             sortType = SortType.NEWEST, | ||||
|             member = member, | ||||
|             offset = 0, | ||||
|             limit = 4 | ||||
|             limit = 3 | ||||
|         ).items | ||||
|  | ||||
|         // 공지사항 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user