Arlodotexe / strix-music

Combine any music sources into a single library. It's your music. Play it your way.
http://www.strixmusic.com
139 stars 4 forks source link

[refactor] Added Async suffix to CollectionInit helper methods #212

Closed amaid closed 2 years ago

amaid commented 2 years ago

Overview

Closes #209

Renamed all method names in the CollectionInit static class by appending "Async" suffix with them since all methods are awaitable tasks.

Checklist

This PR meets the following requirements:

Not provided