Index: server/Slim/Control/Jive.pm =================================================================== --- server/Slim/Control/Jive.pm (revision 30129) +++ server/Slim/Control/Jive.pm (working copy) @@ -1146,7 +1172,8 @@ push @menu, sleepInXHash($client, $val, 0); } - if ($client->isPlaying()) { + #bug 15675 - don't display 'end of song' option for radio streams + if ($client->isPlaying() && $client->controller()->playingSongDuration()) { push @menu, { text => $client->string('SLEEP_AT_END_OF_SONG'),