rework people

This commit is contained in:
Luke Pulverenti
2015-10-04 23:24:24 -04:00
parent 90a42dd03c
commit 26487dc455
12 changed files with 48 additions and 119 deletions

View File

@@ -50,7 +50,7 @@ namespace MediaBrowser.MediaEncoding.Subtitles
{
get
{
return Path.Combine(_appPaths.CachePath, "subtitles");
return Path.Combine(_appPaths.DataPath, "subtitles");
}
}