forked from mia/Aegisub
Reload audio when the cache type is changed
Originally committed to SVN as r5894.
This commit is contained in:
parent
9a53dc0440
commit
563a544150
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ AudioController::AudioController(agi::Context *context)
|
||||||
|
|
||||||
OPT_SUB("Audio/Player", &AudioController::OnAudioPlayerChanged, this);
|
OPT_SUB("Audio/Player", &AudioController::OnAudioPlayerChanged, this);
|
||||||
OPT_SUB("Audio/Provider", &AudioController::OnAudioProviderChanged, this);
|
OPT_SUB("Audio/Provider", &AudioController::OnAudioProviderChanged, this);
|
||||||
|
OPT_SUB("Audio/Cache/Type", &AudioController::OnAudioProviderChanged, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue