update translations

This commit is contained in:
Luke Pulverenti
2014-10-17 17:49:55 -04:00
parent 4f207c43dd
commit 76cabe8226
29 changed files with 184 additions and 179 deletions

View File

@@ -17,7 +17,6 @@ namespace MediaBrowser.Model.ApiClient
public ServerInfo()
{
WakeOnLanInfos = new List<WakeOnLanInfo>();
LocalAddress = "http://localhost:8096";
}
}
}