internal -> public
This commit is contained in:
@@ -162,7 +162,7 @@ namespace NadekoBot.Modules.Administration.Commands.Migration
|
||||
}
|
||||
}
|
||||
|
||||
internal class ServerSpecificConfig
|
||||
public class ServerSpecificConfig
|
||||
{
|
||||
public bool VoicePlusTextEnabled { get; set; }
|
||||
public bool SendPrivateMessageOnMention { get; set; }
|
||||
|
@@ -245,7 +245,7 @@ namespace NadekoBot.Modules.Music.Classes
|
||||
});
|
||||
}
|
||||
|
||||
internal async Task UpdateSongDurationsAsync()
|
||||
public async Task UpdateSongDurationsAsync()
|
||||
{
|
||||
var curSong = CurrentSong;
|
||||
var toUpdate = playlist.Where(s => s.SongInfo.ProviderType == MusicType.Normal &&
|
||||
|
Reference in New Issue
Block a user