Skip to content

Commit aac5b7d

Browse files
committed
Добавлен канал обновления
#1
1 parent 8b8f0c1 commit aac5b7d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Contents/DefaultPrefs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,11 @@
161161
"label":"Репозиторий обновлений",
162162
"type": "enum",
163163
"values": [
164+
"jenstel",
164165
"amirotin",
165166
"ziemenz"
166167
],
167-
"default": "amirotin"
168+
"default": "jenstel"
168169
},
169170
{
170171
"id":"update_channel",

Contents/Libraries/Shared/kinoplex/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class Updater(object):
7-
def __init__(self, core, channel, repo='amirotin'):
7+
def __init__(self, core, channel, repo='jenstel'):
88
self._core = core
99
self._channel = channel
1010
self._repo = repo

0 commit comments

Comments
 (0)