mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
Remove unnecessary semicolon
This commit is contained in:
parent
c41a554b95
commit
46b89de25b
@ -103,7 +103,7 @@ class PlayerFragment : Fragment() {
|
||||
private var paused = false
|
||||
private var whichQuality = 0
|
||||
private var transitioning = false
|
||||
private var autoplay = false;
|
||||
private var autoplay = false
|
||||
private var isZoomed: Boolean = false
|
||||
|
||||
private var isSubscribed: Boolean = false
|
||||
|
Loading…
Reference in New Issue
Block a user