Skip to content

Commit fb52ff9

Browse files
committed
fix radio recording (pause live and timer)
1 parent 9855722 commit fb52ff9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

protocolradio.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ cIptvProtocolRadio::SetSource(SourceParameter parameter) {
8585
channelId = parameter.channelNumber;
8686
handlerType = parameter.handlerType;
8787

88-
handler.stop();
89-
9088
handler.setChannelId(channelId);
9189
handler.setHandlerType(handlerType);
9290

protocolstream.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ bool cIptvProtocolStream::SetSource(SourceParameter parameter) {
8484
channelId = parameter.channelNumber;
8585
handlerType = parameter.handlerType;
8686

87-
handler.stop();
88-
8987
handler.setChannelId(channelId);
9088
handler.setHandlerType(handlerType);
9189

0 commit comments

Comments
 (0)