Skip to content

Commit

Permalink
correct description
Browse files Browse the repository at this point in the history
  • Loading branch information
im85288 committed Oct 21, 2018
1 parent 95df344 commit de5f548
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id="service.upnext" name="Up Next" provider-name="im85288" version="0.0.7">
<addon id="service.upnext" name="Up Next" provider-name="im85288" version="0.0.8">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.requests" version="2.9.1" />
<import addon="script.module.simplejson" version="3.3.0"/>
</requires>
<extension library="service.py" point="xbmc.service" start="login"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Provides a netflix style pop up notification for watching the next episode</summary>
<summary lang="es">El plugin provee con una notificación pop-up estilo Netflix o una pantalla tras terminar la serie... ¡O ambos!</summary>
<description lang="en">Provides a postplay screen or netflix style nextup pop up notification or both together!</description>
<description lang="es">El plugin provee con una notificación pop-up estilo Netflix o una pantalla tras terminar la serie... ¡O ambos!</description>
<disclaimer lang="en">This plugin is a standalone plugin.</disclaimer>
<disclaimer lang="es">Este es un plugin autónomo.</disclaimer>
<summary lang="en">Provides a netflix style pop up notification for watching the next episode with fancy/simple modes.</summary>
<description lang="en">Provides a netflix style pop up notification for watching the next episode with fancy/simple modes. A prompt to check if your still watching also occurs after a few automatically watched shows in a row.</description>
<platform>all</platform>
<language/>
<assets>
Expand Down

0 comments on commit de5f548

Please sign in to comment.