Skip to content

Unify queue and play method of DetailViewController and ShowInfoViewController #740

@wutschel

Description

@wutschel

Inside controllers DetailViewController and ShowInfoViewController there are methods to add items to the playlist queue and to start playback. Those are very similar and should be unified into generic methods. Methods of interest are

DetailViewController:

  • (void)addQueue:(NSDictionary*) indexPath:(NSIndexPath*) afterCurrentItem:(BOOL)
  • (void)addPlayback:(NSDictionary*) indexPath:(NSIndexPath*) position:(int) shuffle:(BOOL)

ShowInfoViewController

  • (void)addQueueAfterCurrent:(BOOL)
  • (void)addPlayback:(float)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions