Skip to content

Commit

Permalink
2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Oct 9, 2024
1 parent d1a8b6f commit 408ba17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 16x9/Content_Settings_Sliders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
<animation effect="slide" end="14" time="0" condition="Skin.String(Background_Slideshow2_Timer,03)">Conditional</animation>
<animation effect="slide" end="19" time="0" condition="Skin.String(Background_Slideshow2_Timer,04)">Conditional</animation>
<animation effect="slide" end="24" time="0" condition="Skin.String(Background_Slideshow2_Timer,05)">Conditional</animation>
<animation effect="slide" end="28" time="0" condition="Skin.String(Background_Slideshow2_Timer,06) | !Skin.String(Background_Slideshow2_Timer)">Conditional</animation>
<animation effect="slide" end="28" time="0" condition="Skin.String(Background_Slideshow2_Timer,06)">Conditional</animation>
<animation effect="slide" end="33" time="0" condition="Skin.String(Background_Slideshow2_Timer,07)">Conditional</animation>
<animation effect="slide" end="38" time="0" condition="Skin.String(Background_Slideshow2_Timer,08)">Conditional</animation>
<animation effect="slide" end="43" time="0" condition="Skin.String(Background_Slideshow2_Timer,09)">Conditional</animation>
Expand All @@ -515,7 +515,7 @@
<animation effect="slide" end="82" time="0" condition="Skin.String(Background_Slideshow2_Timer,17)">Conditional</animation>
<animation effect="slide" end="86" time="0" condition="Skin.String(Background_Slideshow2_Timer,18)">Conditional</animation>
<animation effect="slide" end="91" time="0" condition="Skin.String(Background_Slideshow2_Timer,19)">Conditional</animation>
<animation effect="slide" end="96" time="0" condition="Skin.String(Background_Slideshow2_Timer,20)">Conditional</animation>
<animation effect="slide" end="96" time="0" condition="Skin.String(Background_Slideshow2_Timer,20) | !Skin.String(Background_Slideshow2_Timer)">Conditional</animation>
<animation effect="slide" end="101" time="0" condition="Skin.String(Background_Slideshow2_Timer,21)">Conditional</animation>
<animation effect="slide" end="106" time="0" condition="Skin.String(Background_Slideshow2_Timer,22)">Conditional</animation>
<animation effect="slide" end="110" time="0" condition="Skin.String(Background_Slideshow2_Timer,23)">Conditional</animation>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc

### Changelog
---
**2.6.8**
- Fix for secondary slideshow time slider

**2.6.7**
- All views enabled for favouritesbrowser in Omega https://github.com/realcopacetic/skin.copacetic/issues/202

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.copacetic" version="2.6.7" name="Copacetic" provider-name="realcopacetic">
<addon id="skin.copacetic" version="2.6.8" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.17.0" />
<import addon="script.copacetic.helper" version="1.1.0" />
Expand Down

0 comments on commit 408ba17

Please sign in to comment.