Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dream-alpha committed Apr 23, 2024
1 parent 8017588 commit 4027871
Show file tree
Hide file tree
Showing 48 changed files with 1,985 additions and 2,466 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ disable=print-statement,

R0201, R0205,
C0103, C0114, C0326, C0330,
W0122, W0123, W0201, W0311, W0312, W0603, W0703, W1505,
W0122, W0123, W0201, W0212, W0221, W0311, W0312, W0603, W0614, W0703, W1113, W1505,
E0401, E0611, E1101

# Enable the message, report, category or checker with the given id(s). You can
Expand Down
2 changes: 1 addition & 1 deletion CONTROL/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: MediathekCockpit
Maintainer: dream-alpha
Package: enigma2-plugin-extensions-mediathekcockpit
Version: 0.1.2
Version: 0.2.1
Architecture: all
Depends: python-requests, enigma2-plugin-skincomponents-extmultilistselection
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from enigma import iServiceInformation, iPlayableService


class MvVideoInfo(Converter, object):
class MTCVideoInfo(Converter, object):

def __init__(self, atype):
Converter.__init__(self, atype)
Expand Down
Loading

0 comments on commit 4027871

Please sign in to comment.