Fix small format error

This commit is contained in:
janisslsm 2022-05-16 13:13:39 +03:00
parent bec136ec07
commit e215c9b0b4

View File

@ -340,8 +340,7 @@ class PlayerFragment : Fragment() {
categories.add("outro")
}
RetrofitInstance.api.getSegments(videoId!!, "[\"" + TextUtils.join("\",\"", categories) + "\"]"
)
RetrofitInstance.api.getSegments(videoId!!, "[\"" + TextUtils.join("\",\"", categories) + "\"]")
} catch (e: IOException) {
println(e)
Log.e(TAG, "IOException, you might not have internet connection")