Skip to content

Commit

Permalink
Merge pull request xbmc#5983 from t4-ravenbird/woa-profile
Browse files Browse the repository at this point in the history
woa - use profile path
  • Loading branch information
MartijnKaijser committed Dec 20, 2014
2 parents e8d4707 + d90cb8a commit 4453376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/network/WakeOnAccess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ void CWakeOnAccess::OnJobComplete(unsigned int jobID, bool success, CJob *job)

std::string CWakeOnAccess::GetSettingFile()
{
return CSpecialProtocol::TranslatePath("special://masterprofile/wakeonlan.xml");
return CSpecialProtocol::TranslatePath("special://profile/wakeonlan.xml");
}

void CWakeOnAccess::OnSettingsLoaded()
Expand Down

0 comments on commit 4453376

Please sign in to comment.