1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

ParseEpisodeInfo will now handle repeating Episode Naming Format (S01E01E02 or S01E01-02), It will not handle ranges (S01E01-06)

Changed port back to 8989.
This commit is contained in:
Mark McDowall
2011-03-30 08:42:36 -07:00
parent 499279e2ac
commit fd3d94c9b0
4 changed files with 29 additions and 14 deletions

View File

@@ -4,6 +4,6 @@
<supportedRuntime version="v4.0" />
</startup>
<appSettings>
<add key="port" value="8111" />
<add key="port" value="8989" />
</appSettings>
</configuration>