mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
Fix small format error
This commit is contained in:
parent
bec136ec07
commit
e215c9b0b4
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user