Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
a59ab3e2
Commit
a59ab3e2
authored
Sep 28, 2010
by
Andrew Morgan
Committed by
Max Kellermann
Sep 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist: make single mode 'sticky'
parent
28bcb8bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
NEWS
NEWS
+1
-0
playlist.c
src/playlist.c
+1
-4
No files found.
NEWS
View file @
a59ab3e2
...
...
@@ -103,6 +103,7 @@ ver 0.16 (20??/??/??)
* added test suite ("make check")
* require GLib 2.12
* added libwrap support
* make single mode 'sticky'
ver 0.15.12 (2010/07/20)
...
...
src/playlist.c
View file @
a59ab3e2
...
...
@@ -108,11 +108,8 @@ playlist_song_started(struct playlist *playlist)
playlist
->
current
=
playlist
->
queued
;
playlist
->
queued
=
-
1
;
/*
Set pause and remove the
single mode. */
/*
Pause if we are in
single mode. */
if
(
playlist
->
queue
.
single
&&
!
playlist
->
queue
.
repeat
)
{
playlist
->
queue
.
single
=
false
;
idle_add
(
IDLE_OPTIONS
);
pc_set_pause
(
true
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment