Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

동일한 음악에 대해 동일한 uuid로 업로드 #378

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

HamBP
Copy link
Member

@HamBP HamBP commented Jan 18, 2024

Issue

Overview

  • 업로드할 때 음악 파일과 커버 이미지에 사용하는 동일한 uuid를 사용합니다.

@HamBP HamBP added 🤹 enhance 성능 개선 🤖 android android labels Jan 18, 2024
@HamBP HamBP added this to the 🆙 upload milestone Jan 18, 2024
@HamBP HamBP self-assigned this Jan 18, 2024
Copy link

github-actions bot commented Jan 18, 2024

Test Results

6 tests   6 ✅  1s ⏱️
2 suites  0 💤
2 files    0 ❌

Results for commit 158fea1.

♻️ This comment has been updated with latest results.

Comment on lines +51 to +55
val logger = HttpLoggingInterceptor.Logger { message ->
if (message.contains("�")) return@Logger

Timber.tag("okHttp").d(message)
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

이런 로그가 출력 안 되게 설정한 거!

@HamBP HamBP linked an issue Jan 18, 2024 that may be closed by this pull request
Copy link
Collaborator

@2taezeat 2taezeat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다, 대면으로 이야기나눈거 외에, 이상 없습니다!

@HamBP HamBP merged commit e60a05f into develop Jan 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android android 🤹 enhance 성능 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

동일한 음악에 대해 동일한 uuid로 업로드
2 participants