Skip to content

Commit bb07311

Browse files
committed
Added ability to add custom info models
1 parent 1f15033 commit bb07311

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/src/main/java/com/gapps/library/api/models/api/base/VideoInfoModel.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ abstract class VideoInfoModel<T> {
1010

1111
abstract val hostingName: String
1212

13-
/**
14-
*
15-
*/
1613
open fun parseVideoId(url: String?): String? {
1714
url ?: return null
1815

0 commit comments

Comments
 (0)