mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 06:40:30 +05:30
Remove companion object
This commit is contained in:
parent
a89d131413
commit
c3f3b004f5
@ -13,8 +13,7 @@ import javax.xml.transform.stream.StreamResult
|
|||||||
|
|
||||||
// Based off of https://github.com/TeamPiped/Piped/blob/master/src/utils/DashUtils.js
|
// Based off of https://github.com/TeamPiped/Piped/blob/master/src/utils/DashUtils.js
|
||||||
|
|
||||||
class DashHelper {
|
object DashHelper {
|
||||||
companion object {
|
|
||||||
|
|
||||||
private val builderFactory: DocumentBuilderFactory = DocumentBuilderFactory.newInstance()
|
private val builderFactory: DocumentBuilderFactory = DocumentBuilderFactory.newInstance()
|
||||||
private val transformerFactory: TransformerFactory = TransformerFactory.newInstance()
|
private val transformerFactory: TransformerFactory = TransformerFactory.newInstance()
|
||||||
@ -172,5 +171,4 @@ class DashHelper {
|
|||||||
|
|
||||||
return representation
|
return representation
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user