소스 검색

salabots replay

Ivars 6 년 전
부모
커밋
56a68f937d
3개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      addon.xml
  2. 3
    0
      changelog.md
  3. 1
    1
      kmake.bat

+ 1
- 1
addon.xml 파일 보기

@@ -1,5 +1,5 @@
1 1
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
-<addon version="0.1.94" id="plugin.video.playstream" name="PlayStream" provider-name="ivars777"  >
2
+<addon version="0.1.95" id="plugin.video.playstream" name="PlayStream" provider-name="ivars777"  >
3 3
   <requires>
4 4
     <import addon="xbmc.python" version="2.1.0"/>
5 5
     <import addon="script.module.requests" />

+ 3
- 0
changelog.md 파일 보기

@@ -1,3 +1,6 @@
1
+**0.1.94** (12.10.2018):
2
+- [fix] salabots replay
3
+
1 4
 **0.1.94** (04.09.2018):
2 5
 - [fix] salabots TVPlay (raidījumu kategorijas)
3 6
 

+ 1
- 1
kmake.bat 파일 보기

@@ -2,7 +2,7 @@
2 2
 
3 3
 :--- Pull content submodule ---
4 4
 pushd resources\lib\content
5
-rem git commit -a -m a
5
+git commit -a -m labojumi
6 6
 git checkout .
7 7
 git pull
8 8
 popd