Skip to content

Commit 6ce769c

Browse files
authored
Merge pull request #2055 from croneter/py3-version-bump
Beta version bump 3.9.2
2 parents 955d1f5 + 7db450f commit 6ce769c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

addon.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.plexkodiconnect" name="PlexKodiConnect" version="3.9.1" provider-name="croneter">
2+
<addon id="plugin.video.plexkodiconnect" name="PlexKodiConnect" version="3.9.2" provider-name="croneter">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.requests" version="2.22.0" />
@@ -103,7 +103,12 @@
103103
<summary lang="ko_KR">Plex를 Kodi에 기본 통합</summary>
104104
<description lang="ko_KR">Kodi를 Plex Media Server에 연결합니다. 이 플러그인은 Plex로 모든 비디오를 관리하고 Kodi로는 관리하지 않는다고 가정합니다. Kodi 비디오 및 음악 데이터베이스에 이미 저장된 데이터가 손실 될 수 있습니다 (이 플러그인이 직접 변경하므로). 자신의 책임하에 사용하십시오!</description>
105105
<disclaimer lang="ko_KR">자신의 책임하에 사용</disclaimer>
106-
<news>version 3.9.1 (beta only):
106+
<news>version 3.9.2 (beta only):
107+
- Fix getVideoInfoTag error (thanks @Spacetech) #2052
108+
- Automatically hide the skip button after some time (thanks @Spacetech) #2053
109+
- Force a database reset, necessary due to #2041 #2054
110+
111+
version 3.9.1 (beta only):
107112
- Add support for Plex Watchlist (thanks @Spacetech) #2041
108113
- Use InfoTagVideo to set list item data (thanks @Spacetech) #2040
109114
- New setting: Allow delaying background sync while playing videos (thanks @Spacetech) #2039

changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
version 3.9.2 (beta only):
2+
- Fix getVideoInfoTag error (thanks @Spacetech) #2052
3+
- Automatically hide the skip button after some time (thanks @Spacetech) #2053
4+
- Force a database reset, necessary due to #2041 #2054
5+
16
version 3.9.1 (beta only):
27
- Add support for Plex Watchlist (thanks @Spacetech) #2041
38
- Use InfoTagVideo to set list item data (thanks @Spacetech) #2040

0 commit comments

Comments
 (0)