Skip to content

Commit

Permalink
refactor(myfilestorage-extractor): update server name
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Oct 21, 2024
1 parent 1f0d642 commit 8b475ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class MyFileStorageExtractor : Extractor() {

fun nowTvServer(videoType: Video.Type): Video.Server {
return Video.Server(
id = "NowTv",
name = "NowTv",
id = name,
name = name,
src = when (videoType) {
is Video.Type.Episode -> {
val episode = when {
Expand Down

0 comments on commit 8b475ef

Please sign in to comment.