재생 목록 상세
- 삭제 기능 추가
This commit is contained in:
@@ -23,4 +23,8 @@ class ContentPlaylistListRepository {
|
||||
func getPlaylistDetail(playlistId: Int) -> AnyPublisher<Response, MoyaError> {
|
||||
return api.requestPublisher(.getPlaylistDetail(playlistId: playlistId))
|
||||
}
|
||||
|
||||
func deletePlaylist(playlistId: Int) -> AnyPublisher<Response, MoyaError> {
|
||||
return api.requestPublisher(.deletePlaylist(playlistId: playlistId))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user