Skip to content

Commit

Permalink
ext: delete unknown func
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Sep 17, 2021
1 parent 68d72e1 commit 648ff82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/net/harimurti/tv/extension/Playlist.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package net.harimurti.tv.extension

import com.google.gson.Gson
import com.google.gson.JsonParseException
import net.harimurti.tv.extra.AppLog
import net.harimurti.tv.extra.M3uTool
import net.harimurti.tv.model.*

Expand Down Expand Up @@ -52,7 +51,6 @@ fun List<M3U>?.toPlaylist(): Playlist? {
map.add(ch)
}
hashMap[item.groupName.toString()] = map
AppLog.d("Load channel "+map.size.toString())
}
}

Expand Down

0 comments on commit 648ff82

Please sign in to comment.