myMPD
Internal API documentation
Loading...
Searching...
No Matches
last_played.h File Reference

Last played implementation. More...

Include dependency graph for last_played.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool last_played_file_save (struct t_partition_state *partition_state)
 
bool last_played_file_read (struct t_partition_state *partition_state)
 

Detailed Description

Last played implementation.

Function Documentation

◆ last_played_file_read()

bool last_played_file_read ( struct t_partition_state partition_state)

Reads the last played list from disc

Parameters
partition_statepointer to partition state
Returns
true on success, else false

◆ last_played_file_save()

bool last_played_file_save ( struct t_partition_state partition_state)

Saves the last played list to disc

Parameters
partition_statepointer to partition state
Returns
true on success, else false