internal -> public

This commit is contained in:
Kwoth
2016-11-14 12:19:58 +01:00
parent eab88e5051
commit 2df3480f43
7 changed files with 12 additions and 9 deletions

View File

@@ -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; }

View File

@@ -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 &&