Skip to content

Commit

Permalink
Plugin: Fixed plugin stats
Browse files Browse the repository at this point in the history
  • Loading branch information
apohl79 committed Mar 6, 2023
1 parent 595d192 commit 4caed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/Source/StatisticsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ StatisticsWindow::StatisticsWindow()

totalHeight += row * rowHeight;

auto audioTime = Metrics::getStatistic<TimeStatistic>("audio");
auto audioTime = Metrics::getStatistic<TimeStatistic>("audio_stream");
auto bytesOutMeter = Metrics::getStatistic<Meter>("NetBytesOut");
auto bytesInMeter = Metrics::getStatistic<Meter>("NetBytesIn");

Expand Down

0 comments on commit 4caed8e

Please sign in to comment.