mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Discs and audio output should be less aware
This commit is contained in:
@@ -64,9 +64,14 @@ namespace RedBookPlayer.Models
|
||||
Single,
|
||||
|
||||
/// <summary>
|
||||
/// Repeat all tracks
|
||||
/// Repeat all tracks on a single disc
|
||||
/// </summary>
|
||||
All,
|
||||
AllSingleDisc,
|
||||
|
||||
/// <summary>
|
||||
/// Repeat all tracks on a multiple discs
|
||||
/// </summary>
|
||||
AllMultiDisc,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user