* fix fix
This commit is contained in:
parent
147f1e5dca
commit
8f31ed3977
|
@ -44,6 +44,7 @@ public abstract class AbstractEpisodeListProvider implements EpisodeListProvider
|
|||
return (cache != null) ? cache.putSearchResult(query, locale, results) : results;
|
||||
}
|
||||
|
||||
// helper for scripting
|
||||
public List<Episode> getEpisodeList(SearchResult searchResult, String sortOrder, String locale) throws Exception {
|
||||
return getEpisodeList(searchResult, sortOrder == null ? SortOrder.Airdate : SortOrder.forName(sortOrder), new Locale(locale));
|
||||
}
|
||||
|
|
|
@ -11,8 +11,8 @@ RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
|||
RewriteCond %{HTTP_HOST} =filebot.net [NC]
|
||||
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
||||
|
||||
RewriteCond %{HTTP_HOST} =www.filebot.net [NC]
|
||||
RewriteRule ^scripts\/(.*)$ https://github.com/filebot/scripts/blob/master/$1.groovy [R=301,L]
|
||||
# RewriteCond %{HTTP_HOST} =www.filebot.net [NC]
|
||||
# RewriteRule ^scripts\/(.*)$ https://github.com/filebot/scripts/blob/master/$1 [R=301,L]
|
||||
|
||||
|
||||
# compress text, html, javascript, css, xml
|
||||
|
|
Loading…
Reference in New Issue