콘텐츠 상세
- 이전화/다음화 추가
This commit is contained in:
@@ -473,6 +473,9 @@ class AudioContentService(
|
||||
null
|
||||
}
|
||||
|
||||
val previousContent = repository.findPreviousContent(title = audioContent.title)
|
||||
val nextContent = repository.findNextContent(title = audioContent.title)
|
||||
|
||||
if (
|
||||
!isExistsAudioContent &&
|
||||
!audioContent.isActive &&
|
||||
@@ -666,7 +669,9 @@ class AudioContentService(
|
||||
isFollowing = creatorFollowing?.isFollow ?: false,
|
||||
isFollow = creatorFollowing?.isFollow ?: false,
|
||||
isNotify = creatorFollowing?.isNotify ?: false
|
||||
)
|
||||
),
|
||||
previousContent = previousContent,
|
||||
nextContent = nextContent
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user